Avoid including lots of weird sam files (besides the binary itself) in PATH

This commit is contained in:
Danielle McLean 2017-02-27 13:54:41 +11:00
parent d16d42d392
commit 4ad6765e79
No known key found for this signature in database
GPG key ID: 1691CE338268F49A

View file

@ -13,7 +13,7 @@ newbins+=(~/.cabal/bin ~/Library/Haskell/bin)
if (( $+commands[rock] )); then
export -UT OOC_LIBS ooc_libs
ooc_libs=(/usr/local/Cellar/rock/*(N) $XDG_DATA_HOME/ooc)
newbins+=($XDG_DATA_HOME/ooc/sam)
newbins+=($XDG_DATA_HOME/ooc/sam/bin)
fi
# ruby