diff options
Diffstat (limited to 'modules/profile')
-rw-r--r-- | modules/profile/profile.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index b3179f2..b6f63db 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -19,6 +19,9 @@ fi PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin export PATH=$PATH:$HOME/.dotfiles:$HOME/apps/scripts:$HOME/apps/brweather/brweather +# See http://www.caliban.org/bash/#bashtips +export CDPATH=".:~:~/code:~/data:~/file" + # Editor variables, avoiding "Avoiding protocol specified" error export EDITOR="vim -X" |