aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index bf92b261..cfa8cf22 100644
--- a/sh/profile
+++ b/sh/profile
@@ -9,7 +9,7 @@ export PAGER
# 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
export PATH