summaryrefslogtreecommitdiff
path: root/.shenv
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-12-23 10:42:41 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-12-23 10:42:41 +0000
commitfa35421c5bdac5586bd6000ef8dc2fdb921a539a (patch)
treef29d37cf5ba0aa1c54455d23c993cb274a2df880 /.shenv
parent7af7790e6fd5f1e5f004ca91bf0a8da9521ec371 (diff)
downloaddotfiles-fa35421c5bdac5586bd6000ef8dc2fdb921a539a.tar.gz
also add sandboxes in ~/src
Diffstat (limited to '.shenv')
-rwxr-xr-x.shenv3
1 files changed, 3 insertions, 0 deletions
diff --git a/.shenv b/.shenv
index 2e11cc74..f39d9d2e 100755
--- a/.shenv
+++ b/.shenv
@@ -62,6 +62,9 @@ addition="/meta/s/spw/local/src/git-annex.linux"; maybe_add_to_path
for bindir in $(find ~/local/src -path "*/.cabal-sandbox/bin"); do
addition="$bindir"; maybe_add_to_path
done
+for bindir in $(find ~/src -path "*/.cabal-sandbox/bin"); do
+ addition="$bindir"; maybe_add_to_path
+done
unset addition
export PATH