diff options
Diffstat (limited to 'modules/profile/profile.dot.link')
-rw-r--r-- | modules/profile/profile.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index dbfbea8..b67991d 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -16,7 +16,8 @@ if [ -e "/usr/bin/funcoeszz" ]; then fi # Set PATH -export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin:$HOME/.dotfiles:$HOME/apps/scripts +PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin +export PATH=$PATH:$HOME/.dotfiles:$HOME/apps/scripts:$HOME/apps/brweather/brweather # Editor variables, avoiding "Avoiding protocol specified" error export EDITOR="vim -X" |