summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-05-15 20:08:04 +0100
committerAlan Pearce2014-05-15 20:08:04 +0100
commit26fdc8f943e8cc2549dcaf4bd7126b0911c375c2 (patch)
tree6bf8912cb20112554671fd9a52d0801125dc1a5e /tag-zsh
parentc03f96261438cf5c3f021f581e3f8d5f8c2aad51 (diff)
downloaddotfiles-26fdc8f943e8cc2549dcaf4bd7126b0911c375c2.tar.lz
dotfiles-26fdc8f943e8cc2549dcaf4bd7126b0911c375c2.tar.zst
dotfiles-26fdc8f943e8cc2549dcaf4bd7126b0911c375c2.zip
zsh: Remove existance check for ~/bin
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshenv2
1 files changed, 1 insertions, 1 deletions
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=(