From 4ad6765e79501654a0ba6632867472dd4dd0af6f Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 27 Feb 2017 13:54:41 +1100 Subject: [PATCH] Avoid including lots of weird sam files (besides the binary itself) in PATH --- config/zsh/login/langs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/login/langs b/config/zsh/login/langs index 355b31a..5cec6cf 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -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