summaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index c03fc93..d424439 100644
--- a/sh/profile
+++ b/sh/profile
@@ -117,7 +117,7 @@ if [ -d "$HOME/.local/bin/ignore" ]; then
addtopath "$HOME/.local/bin/ignore"
fi
if [ -d "$HOME/.local/bin/volsv" ]; then
- PATH="$PATH:$HOME/.local/bin/volsv"
+ addtopath "$HOME/.local/bin/volsv"
fi
if [ -d "$HOME/.local/bin" ]; then
addtopath "$HOME/.local/bin"