summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-05-19 14:42:56 +0200
committerAlan Pearce2017-05-19 14:42:56 +0200
commit48e3f32497d16a3c39596194a1928679eb9a6ad0 (patch)
tree730a196f6b9ee07f8f183774eb99474296cad67c /zsh
parent80ff771431d668bff8c73461c606c8f1517752dd (diff)
downloaddotfiles-48e3f32497d16a3c39596194a1928679eb9a6ad0.tar.lz
dotfiles-48e3f32497d16a3c39596194a1928679eb9a6ad0.tar.zst
dotfiles-48e3f32497d16a3c39596194a1928679eb9a6ad0.zip
zsh: Remove $HOME/bin from path
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 87276bd..51323f1 100644
--- a/zsh/.config/zsh/.zshenv
+++ b/zsh/.config/zsh/.zshenv
@@ -53,11 +53,6 @@ then
       ;;
   esac
 
-  if [[ ${path[(I)$HOME/bin ]} ]]
-  then
-    path+=($HOME/bin)
-  fi
-
   if [[ ${path[(I)$HOME/.local/bin ]} ]]
   then
     path+=($HOME/.local/bin)