summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.profile b/.profile
index 6b5daee..43053cd 100644
--- a/.profile
+++ b/.profile
@@ -56,6 +56,12 @@ Linux)
alias ll="/bin/ls -F -h -A -l"
set -o emacs
set -o tabcomplete
+ if [ -d "/usr/pkg/bin" ]; then
+ export PATH=$PATH:/usr/pkg/bin
+ fi
+ if [ -d "/usr/pkg/sbin" ]; then
+ export PATH=$PATH:/usr/pkg/sbin
+ fi
export PATH=$PATH:/sbin:/usr/sbin:$HOME/.local/bin
;;
esac