summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-02-06 12:15:54 -0600
committerzachir <zachir@librem.one>2024-02-06 12:15:54 -0600
commitc4896920b1ce629ad74ef38cc78161a316ef0c09 (patch)
treead17ec895e0ec29611b2fcc2ebf5eb148975532f
parent47236e10e7365c958f6d1bf29bcd18d86a12e568 (diff)
sh: fix volsv path
The volsv path was wrong, in both instances. Nice.
-rw-r--r--sh/profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/profile b/sh/profile
index 901c581..9dc2e46 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
+ addtopath "$HOME/.local/bin/volsv"
fi
if [ -d "$HOME/.local/bin" ]; then
addtopath "$HOME/.local/bin"