Setting the custom bin directory first in the PATH.
This commit is contained in:
parent
dbd988064e
commit
c924913c11
3 changed files with 3 additions and 3 deletions
2
.bashrc
2
.bashrc
|
@ -14,7 +14,7 @@ export PAGER='less'
|
|||
export USER_NICKNAME="Rodolphe Breard"
|
||||
export DEBEMAIL="packages+deb@what.tf"
|
||||
export DEBFULLNAME="$USER_NICKNAME"
|
||||
[[ ":$PATH:" == *":$HOME/bin:"* ]] || export PATH="$PATH:$HOME/bin"
|
||||
[[ ":$PATH:" == *":$HOME/bin:"* ]] || export PATH="$HOME/bin:$PATH"
|
||||
|
||||
# Colors
|
||||
[ "$CLICOLOR" -ne 0 ] && hash dircolors 2>/dev/null && eval $(dircolors -b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue