bashrc & zshrc: Use $HOME/.packages as the first PATH and then others.

/usr/local/bin seems to be the preferred PATH by default.
This commit is contained in:
Mika Suomalainen 2012-04-03 13:16:36 +03:00
parent b815b63f5b
commit 23aadf9f87
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -169,7 +169,7 @@ fi
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
PATH=$PATH:$HOME/.local/bin
PATH=$HOME/.local:$PATH
# Sets web-browser.
#export BROWSER=lynx

2
zshrc
View File

@ -95,7 +95,7 @@ fi
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
PATH=$PATH:$HOME/.local/bin
PATH=$HOME/.local/bin:$PATH
# Sets web-browser.
#export BROWSER=lynx