mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-08 19:32: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"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user