aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/_profile b/_profile
index f410b6b..5312641 100644
--- a/_profile
+++ b/_profile
@@ -69,6 +69,11 @@ if [ -d "${HOME}/.local/bin" ]; then
_path_prepend "${HOME}/.local/bin"
fi
_path_prepend "${HOME}/bin"
+## Plan 9 from User Space
+if [ -d "${HOME}/local/plan9" ]; then
+ export PLAN9="${HOME}/local/plan9"
+ _path_append ${PLAN9}/bin
+fi
_path_append "/usr/local/sbin"
_path_append "/usr/sbin"
_path_append "/sbin"