summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
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 =