Skip to content

Commit 10008dc

Browse files
authored
fix FPATH issues again (#32)
1 parent 21b7c4a commit 10008dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_once_install-packages.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if [ ! -d $HOME/.local/share/zinit ]; then
145145
export NO_INPUT=1
146146
export NO_ANNEXES=1
147147
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)"
148+
bash -c "unset FPATH; $(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
149149
zsh -c "source $HOME/.zshrc"
150150
fi
151151

0 commit comments

Comments
 (0)