From 26fdc8f943e8cc2549dcaf4bd7126b0911c375c2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 15 May 2014 20:08:04 +0100 Subject: zsh: Remove existance check for ~/bin --- tag-zsh/config/zsh/zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-zsh/config/zsh/zshenv') diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 5aeb0e7..e450744 100755 --- a/tag-zsh/config/zsh/zshenv +++ b/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=( -- cgit 1.4.1