Fix install.sh

This commit is contained in:
Sam A. 2022-06-22 17:11:07 +02:00
parent c69733e750
commit fccbfe63ab
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if [ -n "$ZSH" ]; then
zsh -ic "fast-theme ~/.config/zsh/fast-theme.ini"
fi
if [ -n "$NVIM" ] && [ ! -f "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim ]; then
if [ -n "$NVIM" ] && [ ! -f "${XDG_DATA_HOME:-$HOME/.local/share}/nvim/site/autoload/plug.vim" ]; then
command -v nvim >/dev/null 2>&1 || sleep 0.5 \
&& echo "=> Installing Neovim" && $INSTALL nvim