This commit is contained in:
Thomas Forgione 2019-04-03 18:32:56 +02:00
parent 898301ced0
commit f11b2755d8
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ update-dotfiles() {
} }
update-neovim() { update-neovim() {
command -v nvim > /dev/null 2&>1 command -v nvim > /dev/null 2>&1
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
return return
fi fi