bashrc: add the missing /bin to PATH

This commit is contained in:
Mika Suomalainen 2012-04-03 13:23:22 +03:00
parent a0636ae619
commit d33c6cdfa8
1 changed files with 1 additions and 1 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=$HOME/.local:$PATH
PATH=$HOME/.local/bin:$PATH
# Sets web-browser.
#export BROWSER=lynx