diff options
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 5aeb0e7e..e4507446 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=( |