This commit is contained in:
2019-04-03 18:32:56 +02:00
parent 898301ced0
commit f11b2755d8

View File

@@ -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