all repos — nixfiles @ 26fdc8f943e8cc2549dcaf4bd7126b0911c375c2

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

zsh: Remove existance check for ~/bin
Alan Pearce alan@alanpearce.co.uk
Thu, 15 May 2014 20:08:04 +0100
commit

26fdc8f943e8cc2549dcaf4bd7126b0911c375c2

parent

c03f96261438cf5c3f021f581e3f8d5f8c2aad51

1 files changed, 1 insertions(+), 1 deletions(-)

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=(