From 42b8085143acaa631702f07ab431997ddb8e1335 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 14:20:46 -0200 Subject: Updates WORKPATH eval order --- profile.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.dot.link') 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" -- cgit v1.2.3