mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-20 15:41:10 +01:00
bashrc: add the missing /bin to PATH
This commit is contained in:
parent
a0636ae619
commit
d33c6cdfa8
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=$HOME/.local:$PATH
|
PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
# Sets web-browser.
|
# Sets web-browser.
|
||||||
#export BROWSER=lynx
|
#export BROWSER=lynx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user