fix
This commit is contained in:
parent
7313f302e6
commit
691f6b2b2d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user