summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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 ]} ]]