aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-10 10:45:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-10 10:45:34 -0200
commit99b125fcc10ac3fe6ada3cbfcba628c78c187d2a (patch)
tree3189a16b7e2abe093015e242d8b2f3a495221942
parent6e7fbf3ee38907ada4381ef0a7e1efaf3b97c457 (diff)
downloadprofile-99b125fcc10ac3fe6ada3cbfcba628c78c187d2a.tar.gz
profile-99b125fcc10ac3fe6ada3cbfcba628c78c187d2a.tar.bz2
Updates WORKPATH with current dotfiles folder
-rw-r--r--profile.dot.link3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 91f0bc3..f6fb3e0 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -75,7 +75,8 @@ export PATH=$PATH
# Where most projects live
# Use $HOME instead of ~ for zsh compatibility
-export WORKPATH="$HOME/file:$HOME/data:$HOME/code:$HOME/apps:$HOME/.dotfiles:$HOME/.dotfiles/modules"
+#export WORKPATH="$HOME/file:$HOME/data:$HOME/code:$HOME/apps:$HOME/.dotfiles:$HOME/.dotfiles/modules"
+export WORKPATH="$HOME/file:$HOME/data:$HOME/code:$HOME/apps:$HOME/apps/dotfiles/modules"
# See http://www.caliban.org/bash/#bashtips
export CDPATH=".:$HOME:$WORKPATH"