aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
Diffstat (limited to '_profile')
-rw-r--r--_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_profile b/_profile
index 5312641..f178a00 100644
--- a/_profile
+++ b/_profile
@@ -72,7 +72,7 @@ _path_prepend "${HOME}/bin"
## Plan 9 from User Space
if [ -d "${HOME}/local/plan9" ]; then
export PLAN9="${HOME}/local/plan9"
- _path_append ${PLAN9}/bin
+ _path_append "${PLAN9}/bin"
fi
_path_append "/usr/local/sbin"
_path_append "/usr/sbin"