From 25e085ea010118b9a73f385f9c6dc8dd1b06dc8f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 16 Jun 2020 17:36:51 +0200 Subject: zsh: prefer user custom bin folder in path --- user/settings/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index d5bdaf5c..b838e2bc 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -238,7 +238,7 @@ in envExtra = '' if [[ ''${path[(I)$HOME/.local/bin ]} ]] then - path+=($HOME/.local/bin) + path=($HOME/.local/bin $path) fi if [[ ''${path[(I)$HOME/go/bin ]} ]] -- cgit 1.4.1