Avoid including lots of weird sam files (besides the binary itself) in PATH
This commit is contained in:
parent
d16d42d392
commit
4ad6765e79
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ newbins+=(~/.cabal/bin ~/Library/Haskell/bin)
|
||||||
if (( $+commands[rock] )); then
|
if (( $+commands[rock] )); then
|
||||||
export -UT OOC_LIBS ooc_libs
|
export -UT OOC_LIBS ooc_libs
|
||||||
ooc_libs=(/usr/local/Cellar/rock/*(N) $XDG_DATA_HOME/ooc)
|
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
|
fi
|
||||||
|
|
||||||
# ruby
|
# ruby
|
||||||
|
|
Loading…
Reference in a new issue