mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: Add $HOME/.local/games to $PATH.
This commit is contained in:
parent
90ddd1c8ba
commit
187fb23216
2
bashrc
2
bashrc
@ -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
2
zshrc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user