Fixed issue with path going all funky

This commit is contained in:
James Patrick 2024-08-13 16:27:48 -04:00
parent 58ec70d713
commit 465897550b
No known key found for this signature in database

View File

@ -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.