Add the local user's bin/ directory to the front of PATH.

This commit is contained in:
Scott Wallace 2015-03-26 18:12:00 +00:00
parent 97eb5aad38
commit 403897b2e0

View file

@ -14,7 +14,7 @@ export LESS="-qr"
#--------------------------------------------------------------------------------
# Update the path with local overrides
#--------------------------------------------------------------------------------
export PATH=/usr/local/bin:/usr/local/sbin:${PATH}
export PATH=~/bin:/usr/local/bin:/usr/local/sbin:${PATH}
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------