aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 14:20:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 14:20:46 -0200
commit42b8085143acaa631702f07ab431997ddb8e1335 (patch)
tree154f71d4e6963e4c433e25b8de0f63b3eafff622 /profile.dot.link
parent443265e68c9df976db2b0af2f59fffa03055bd77 (diff)
downloadprofile-42b8085143acaa631702f07ab431997ddb8e1335.tar.gz
profile-42b8085143acaa631702f07ab431997ddb8e1335.tar.bz2
Updates WORKPATH eval order
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 193cdba..6e5393c 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -31,7 +31,7 @@ fi
export PATH=$PATH
# Where most projects live
-export WORKPATH="~/code:~/data:~/file:~/apps"
+export WORKPATH="~/file:~/data:~/code:~/apps"
# See http://www.caliban.org/bash/#bashtips
export CDPATH=".:~:$WORKPATH"