zsh: prefer user custom bin folder in path
Alan Pearce alan@alanpearce.eu
Tue, 16 Jun 2020 17:36:51 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -238,7 +238,7 @@ envExtra = '' if [[ ''${path[(I)$HOME/.local/bin ]} ]] then - path+=($HOME/.local/bin) + path=($HOME/.local/bin $path) fi if [[ ''${path[(I)$HOME/go/bin ]} ]]