Add the local user's bin/ directory to the front of PATH.
This commit is contained in:
parent
97eb5aad38
commit
403897b2e0
2
.bashrc
2
.bashrc
|
@ -14,7 +14,7 @@ export LESS="-qr"
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
# Update the path with local overrides
|
# 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}
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue