all repos — nixfiles @ 24329b21bbc81423de7d94aaa8677cdd25072311

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

zsh: remove go/bin from PATH

Alan Pearce
commit

24329b21bbc81423de7d94aaa8677cdd25072311

parent

2c367fa3af3c781ce747a1199d7aa6a770b710e4

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

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -212,11 +212,6 @@ if [[ ''${path[(I)$HOME/.local/bin ]} ]]
then path=($HOME/.local/bin $path) fi - - if [[ ''${path[(I)$HOME/go/bin ]} ]] - then - path+=($HOME/go/bin) - fi ''; initExtra =