diff options
author | Alan Pearce | 2017-05-19 14:42:56 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-19 14:42:56 +0200 |
commit | 48e3f32497d16a3c39596194a1928679eb9a6ad0 (patch) | |
tree | 730a196f6b9ee07f8f183774eb99474296cad67c | |
parent | 80ff771431d668bff8c73461c606c8f1517752dd (diff) | |
download | nixfiles-48e3f32497d16a3c39596194a1928679eb9a6ad0.tar.lz nixfiles-48e3f32497d16a3c39596194a1928679eb9a6ad0.tar.zst nixfiles-48e3f32497d16a3c39596194a1928679eb9a6ad0.zip |
zsh: Remove $HOME/bin from path
-rw-r--r-- | zsh/.config/zsh/.zshenv | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv index 87276bd0..51323f10 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) |