summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/profile b/sh/profile
index 901c581..33faf7a 100644
--- a/sh/profile
+++ b/sh/profile
@@ -115,8 +115,8 @@ fi
if [ -d "$HOME/.local/bin/ignore" ]; then
addtopath "$HOME/.local/bin/ignore"
fi
-if [ -d "$HOME/local/bin/volsv" ]; then
- addtopath "$HOME/.local/volsv"
+if [ -d "$HOME/.local/bin/volsv" ]; then
+ PATH="$PATH:$HOME/.local/bin/volsv"
fi
if [ -d "$HOME/.local/bin" ]; then
addtopath "$HOME/.local/bin"