bashrc & zshrc: Add $HOME/.local/games to $PATH.

This commit is contained in:
Mika Suomalainen 2012-05-01 18:44:47 +03:00
parent 90ddd1c8ba
commit 187fb23216
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -168,7 +168,7 @@ export LC_ALL=fi_FI.utf8
export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
PATH=$HOME/.local/bin:$PATH
PATH=$HOME/.local/bin:$HOME/.local/games:$PATH
# "Changes" home directory without root. Uncomment both lines below this.
#export HOME=<path to new home>

2
zshrc
View File

@ -92,7 +92,7 @@ export LC_ALL=fi_FI.utf8
export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
PATH=$HOME/.local/bin:$PATH
PATH=$HOME/.local/bin:$HOME/.local/games:$PATH
# "Changes" home directory without root. Uncomment both lines below this.
#export HOME=<path to new home>