diff options
author | Alan Pearce | 2014-06-24 18:37:01 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-24 18:38:01 +0100 |
commit | c671bc4d964ce45cf3daa26a989fe00cd9ae4829 (patch) | |
tree | 2269e376c6a7d5e168fb544bfc2669cf718d2e2c /tag-zsh/config/zsh/zshenv | |
parent | 71e881f267b87df52fa2ea70e132f3317ced441f (diff) | |
download | nixfiles-c671bc4d964ce45cf3daa26a989fe00cd9ae4829.tar.lz nixfiles-c671bc4d964ce45cf3daa26a989fe00cd9ae4829.tar.zst nixfiles-c671bc4d964ce45cf3daa26a989fe00cd9ae4829.zip |
zsh: Add .cabal/bin to $PATH
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 37f65787..072e6f73 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 |