We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b7c4a commit 10008dcCopy full SHA for 10008dc
1 file changed
run_once_install-packages.sh.tmpl
@@ -145,7 +145,7 @@ if [ ! -d $HOME/.local/share/zinit ]; then
145
export NO_INPUT=1
146
export NO_ANNEXES=1
147
export ZSH_DISABLE_COMPFIX="true"
148
- bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
+ bash -c "unset FPATH; $(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
149
zsh -c "source $HOME/.zshrc"
150
fi
151
0 commit comments