diff --git a/bashrc b/bashrc index d435c2a3..9b1a5e02 100644 --- a/bashrc +++ b/bashrc @@ -167,7 +167,7 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$HOME/.local/games:$PATH +PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME= diff --git a/xsessionrc b/xsessionrc index 2fd32004..e0720576 100644 --- a/xsessionrc +++ b/xsessionrc @@ -1,4 +1,4 @@ -PATH=$HOME/.local/bin:$PATH +PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH # Use gpg-agent eval $(gpg-agent --daemon) diff --git a/zshrc b/zshrc index 4d675c4e..9ebfe12b 100644 --- a/zshrc +++ b/zshrc @@ -97,7 +97,7 @@ fi # export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT # Sets PATH. To add another path, add : to string below. -PATH=$HOME/.local/bin:$HOME/.local/games:$PATH +PATH=$HOME/.local/bin/:$HOME/.local/sbin/:$HOME/.local/games/:/opt/local/bin/:/opt/local/sbin:/opt/local/games/:$PATH # "Changes" home directory without root. Uncomment both lines below this. #export HOME=