zsh: Remove existance check for ~/bin
Alan Pearce alan@alanpearce.co.uk
Thu, 15 May 2014 20:08:04 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-zsh/config/zsh/zshenv → tag-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=(