From f11b2755d882d06e6375669267833f43bae723d1 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 3 Apr 2019 18:32:56 +0200 Subject: [PATCH] Fix bug --- zsh/bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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