diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-18 12:21:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-18 12:21:14 -0300 |
commit | 49186d6840268d86a2bf15f772b794ae6d13cb4f (patch) | |
tree | d9dcaf488ed4854b682a2c5a3ef99584e03577b5 /modules | |
parent | 3705838a6d4f59770d9520c6484a8cba52a6bd45 (diff) | |
download | dotfiles-49186d6840268d86a2bf15f772b794ae6d13cb4f.tar.gz dotfiles-49186d6840268d86a2bf15f772b794ae6d13cb4f.tar.bz2 |
Harvesting CDPATH
Diffstat (limited to 'modules')
-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" |