From: Silvio Rhatto Date: Tue, 18 Jun 2013 15:21:14 +0000 (-0300) Subject: Harvesting CDPATH X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=49186d6840268d86a2bf15f772b794ae6d13cb4f;p=metadot.git Harvesting CDPATH --- 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"