summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-06-24 18:37:01 +0100
committerAlan Pearce2014-06-24 18:38:01 +0100
commitc671bc4d964ce45cf3daa26a989fe00cd9ae4829 (patch)
tree2269e376c6a7d5e168fb544bfc2669cf718d2e2c /tag-zsh
parent71e881f267b87df52fa2ea70e132f3317ced441f (diff)
downloaddotfiles-c671bc4d964ce45cf3daa26a989fe00cd9ae4829.tar.lz
dotfiles-c671bc4d964ce45cf3daa26a989fe00cd9ae4829.tar.zst
dotfiles-c671bc4d964ce45cf3daa26a989fe00cd9ae4829.zip
zsh: Add .cabal/bin to $PATH
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshenv1
1 files changed, 1 insertions, 0 deletions
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