all repos — nixfiles @ 26fdc8f943e8cc2549dcaf4bd7126b0911c375c2

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

zsh: Remove existance check for ~/bin

Alan Pearce
commit

26fdc8f943e8cc2549dcaf4bd7126b0911c375c2

parent

c03f96261438cf5c3f021f581e3f8d5f8c2aad51

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -1,7 +1,7 @@
# -*- mode: sh; -*- export GOPATH="$HOME/projects/go" -if [[ $defpath == "" && -d ~/bin ]] +if [[ $defpath == "" ]] then defpath=($path) path=(