aboutsummaryrefslogtreecommitdiff
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 9219ac38..5059d778 100644
--- a/sh/profile
+++ b/sh/profile
@@ -1,6 +1,6 @@
# Add ~/.local/bin to PATH if it exists
if [ -d "$HOME"/.local/bin ] ; then
- PATH="$HOME"/.local/bin:"$PATH"
+ PATH=$HOME/.local/bin:$PATH
fi
# Load all supplementary scripts in ~/.profile.d