Fix bug
This commit is contained in:
parent
898301ced0
commit
f11b2755d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue