diff --git a/zsh/bin/update b/zsh/bin/update index 46345a4..afd9b8b 100755 --- a/zsh/bin/update +++ b/zsh/bin/update @@ -237,7 +237,7 @@ update-dotfiles() { } update-neovim() { - command -v nvim > /dev/null 2&>1 + command -v nvim > /dev/null 2>&1 if [ $? -ne 0 ]; then return fi