Zplugin -> zinit name change

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-20 01:47:27 +02:00
parent 2d6aaa565b
commit 8718ed26ab
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -133,7 +133,7 @@ dotsync() { cd $DOTREPO && gpull && ga && gc && gpush && cd $OLDPWD }
passync() { pass git pull && pass git push && updatesecrets }
# update stuff
plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zplugin update && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zinit update && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
update() { yay -Syu --devel firefox-nightly }
updateall() { update; plugupdate; sudo awman-update }