summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2022-10-19 00:40:17 +0200
committerAlan Pearce2022-10-19 00:40:17 +0200
commit24329b21bbc81423de7d94aaa8677cdd25072311 (patch)
tree96beb904741df3e369e2f2bd5d764cc4093f4bf9 /user/settings
parent2c367fa3af3c781ce747a1199d7aa6a770b710e4 (diff)
downloadnixfiles-24329b21bbc81423de7d94aaa8677cdd25072311.tar.lz
nixfiles-24329b21bbc81423de7d94aaa8677cdd25072311.tar.zst
nixfiles-24329b21bbc81423de7d94aaa8677cdd25072311.zip
zsh: remove go/bin from PATH
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 2a30bc63..baeef429 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -212,11 +212,6 @@ in {
       then
         path=($HOME/.local/bin $path)
       fi
-
-      if [[ ''${path[(I)$HOME/go/bin ]} ]]
-      then
-        path+=($HOME/go/bin)
-      fi
     '';
 
     initExtra =