summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-06-01 13:49:49 +0200
committerAlan Pearce2017-06-01 13:49:49 +0200
commit6460d97d5ec5b2581d99c1c5efc3670b1c6d1710 (patch)
tree057da2b0bf7e7d7540724ea4f6a07dd4bf552e95 /zsh
parent97ac5faeee65e79d49bfa49d321f4d45772d6ec0 (diff)
parent43bca738588a0e1b3cc2719fde3203561f9aaabd (diff)
downloaddotfiles-6460d97d5ec5b2581d99c1c5efc3670b1c6d1710.tar.lz
dotfiles-6460d97d5ec5b2581d99c1c5efc3670b1c6d1710.tar.zst
dotfiles-6460d97d5ec5b2581d99c1c5efc3670b1c6d1710.zip
Merge branch 'master' of ssh://alanpearce.eu/dotfiles
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshenv5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv
index b42b256..87dda38 100644
--- a/zsh/.config/zsh/.zshenv
+++ b/zsh/.config/zsh/.zshenv
@@ -54,11 +54,6 @@ then
       ;;
   esac
 
-  if [[ ${path[(I)$HOME/bin ]} ]]
-  then
-    path+=($HOME/bin)
-  fi
-
   if [[ ${path[(I)$HOME/.local/bin ]} ]]
   then
     path+=($HOME/.local/bin)