fix
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if command -v zsh &> /dev/null; then
|
||||
if command -v zsh &> /dev/null; then
|
||||
zsh -i -c 'zinit update'
|
||||
fi
|
||||
if command -v vim &> /dev/null; then
|
||||
if command -v vim &> /dev/null; then
|
||||
vim +PlugInstall +qall
|
||||
fi
|
||||
if command -v nvim &> /dev/null; then
|
||||
if command -v nvim &> /dev/null; then
|
||||
nvim --headless "+Lazy! update" +qa
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user