diff options
author | Alan Pearce | 2014-05-15 20:08:04 +0100 |
---|---|---|
committer | Alan Pearce | 2014-05-15 20:08:04 +0100 |
commit | 26fdc8f943e8cc2549dcaf4bd7126b0911c375c2 (patch) | |
tree | 6bf8912cb20112554671fd9a52d0801125dc1a5e /tag-zsh/config/zsh/zshenv | |
parent | c03f96261438cf5c3f021f581e3f8d5f8c2aad51 (diff) | |
download | nixfiles-26fdc8f943e8cc2549dcaf4bd7126b0911c375c2.tar.lz nixfiles-26fdc8f943e8cc2549dcaf4bd7126b0911c375c2.tar.zst nixfiles-26fdc8f943e8cc2549dcaf4bd7126b0911c375c2.zip |
zsh: Remove existance check for ~/bin
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-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=( |