From c671bc4d964ce45cf3daa26a989fe00cd9ae4829 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 24 Jun 2014 18:37:01 +0100 Subject: zsh: Add .cabal/bin to $PATH --- tag-zsh/config/zsh/zshenv | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 37f6578..072e6f7 100755 --- a/tag-zsh/config/zsh/zshenv +++ b/tag-zsh/config/zsh/zshenv @@ -8,6 +8,7 @@ then $defpath ~/bin $GOPATH/bin + ~/.cabal/bin ) fi -- cgit 1.4.1