Fixed issue with path going all funky
This commit is contained in:
parent
58ec70d713
commit
465897550b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user