summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
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)