all repos — nixfiles @ c671bc4d964ce45cf3daa26a989fe00cd9ae4829

System and user configuration, managed by nix and home-manager

zsh: Add .cabal/bin to $PATH

Alan Pearce
commit

c671bc4d964ce45cf3daa26a989fe00cd9ae4829

parent

71e881f267b87df52fa2ea70e132f3317ced441f

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -8,6 +8,7 @@ path=(
$defpath ~/bin $GOPATH/bin + ~/.cabal/bin ) fi