all repos — nixfiles @ 24329b21bbc81423de7d94aaa8677cdd25072311

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

zsh: remove go/bin from PATH
Alan Pearce alan@alanpearce.eu
Wed, 19 Oct 2022 00:40:17 +0200
commit

24329b21bbc81423de7d94aaa8677cdd25072311

parent

2c367fa3af3c781ce747a1199d7aa6a770b710e4

1 files 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 =