all repos — nixfiles @ 48e3f32497d16a3c39596194a1928679eb9a6ad0

System and user configuration, managed by nix and home-manager

zsh: Remove $HOME/bin from path

Alan Pearce
commit

48e3f32497d16a3c39596194a1928679eb9a6ad0

parent

80ff771431d668bff8c73461c606c8f1517752dd

1 file changed, 0 insertions(+), 5 deletions(-)

jump to
M zsh/.config/zsh/.zshenvzsh/.config/zsh/.zshenv
@@ -53,11 +53,6 @@ arch=386
;; esac - if [[ ${path[(I)$HOME/bin ]} ]] - then - path+=($HOME/bin) - fi - if [[ ${path[(I)$HOME/.local/bin ]} ]] then path+=($HOME/.local/bin)