diff --git a/bashrc b/bashrc index 2637736b..1d043921 100644 --- a/bashrc +++ b/bashrc @@ -169,7 +169,7 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add another path, add : to string below. -PATH=$PATH +PATH=$PATH:$HOME/.local/bin # Sets web-browser. #export BROWSER=lynx diff --git a/zshrc b/zshrc index d725319a..eedc2473 100644 --- a/zshrc +++ b/zshrc @@ -95,7 +95,7 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # Sets PATH. To add another path, add : to string below. -PATH=$PATH +PATH=$PATH:$HOME/.local/bin # Sets web-browser. #export BROWSER=lynx