summaryrefslogtreecommitdiff
path: root/mut/bin
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-02-28 21:48:15 +0100
committerMike Vink <mike@pionative.com>2024-02-28 21:48:15 +0100
commit1673bf123c5bfb4e7b0b9e491d3cccd1ac341bf6 (patch)
tree4799cd6a20b95a5f9450da2e7860ffe40d109a12 /mut/bin
parentcd85dda518cfb10bdeb297a1ac693777c85c5bf0 (diff)
update vremote
Diffstat (limited to 'mut/bin')
-rwxr-xr-xmut/bin/vremote2
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