Setting the custom bin directory first in the PATH.

This commit is contained in:
Rodolphe Breard 2015-09-13 17:43:29 +02:00
parent dbd988064e
commit c924913c11
3 changed files with 3 additions and 3 deletions

View file

@ -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)