diff options
Diffstat (limited to 'mut/bin/vremote')
| -rwxr-xr-x | mut/bin/vremote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/bin/vremote b/mut/bin/vremote index f6a04a7..200c298 100755 --- a/mut/bin/vremote +++ b/mut/bin/vremote @@ -1,5 +1,5 @@ #!/bin/bash -PATH="/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin:/usr/bin" +export PATH="/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin:/usr/bin" server_pipe="$XDG_CACHE_HOME/nvim/server.pipe" ( if ! [ -e "$server_pipe" ]; then |
