mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 11:52:31 +01:00
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:
parent
b815b63f5b
commit
23aadf9f87
2
bashrc
2
bashrc
@ -169,7 +169,7 @@ fi
|
|||||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||||
|
|
||||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
# 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.
|
# Sets web-browser.
|
||||||
#export BROWSER=lynx
|
#export BROWSER=lynx
|
||||||
|
2
zshrc
2
zshrc
@ -95,7 +95,7 @@ fi
|
|||||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||||
|
|
||||||
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
|
# 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.
|
# Sets web-browser.
|
||||||
#export BROWSER=lynx
|
#export BROWSER=lynx
|
||||||
|
Loading…
Reference in New Issue
Block a user