From 24329b21bbc81423de7d94aaa8677cdd25072311 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Oct 2022 00:40:17 +0200 Subject: zsh: remove go/bin from PATH --- user/settings/zsh.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'user/settings') 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 = -- cgit 1.4.1