diff --git a/zsh/zshenv b/zsh/zshenv index bdfb6a8..7a7e2c9 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -65,15 +65,15 @@ export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -100'" ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7" -typeset -gU path +typeset -gUx -T PATH path path=( - "$HOME/.cargo/bin/" - "$HOME/.scripts/" + "$HOME/.cargo/bin" + "$HOME/.scripts" "$HOME/.emacs.d/bin/" "$HOME/.yarn/bin/" "$HOME/.config/yarn/global/node_modules/.bin/" "$HOME/.local/bin/" - "$path") + $path) # This will load the specified zsh files if they exist in the $ZDIR/environment directory. # It will load based on hostname & uname.