aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-24 10:51:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-24 10:51:43 -0300
commitd006d9f8b12b47eb8e7d8abe45e540041893d538 (patch)
tree9fa473bb54795a3961b2aaeb6bbca9d86faf28fc
parente57130f08ba16a4425109f986aab7d6075520403 (diff)
downloadmetadot-d006d9f8b12b47eb8e7d8abe45e540041893d538.tar.gz
metadot-d006d9f8b12b47eb8e7d8abe45e540041893d538.tar.bz2
More CDPATH
-rw-r--r--modules/profile/profile.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link
index b6f63db..49552e2 100644
--- a/modules/profile/profile.dot.link
+++ b/modules/profile/profile.dot.link
@@ -20,7 +20,7 @@ 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"
+export CDPATH=".:~:~/code:~/data:~/file:/var/www/data"
# Editor variables, avoiding "Avoiding protocol specified" error
export EDITOR="vim -X"