Fixed update alias

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-02 08:58:40 +02:00
parent c86f143a43
commit 415b99d0fa
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -118,7 +118,7 @@ dotsync() { cd $DOTREPO && gpull && ga && gc && gpush && cd $OLDPWD }
passync() { pass git pull && pass git push && updatesecrets }
# update stuff
plugupdate() { vim +PlugUpgrade +PlugUpdate +qa && zplug update }
plugupdate() { vim +PlugUpgrade +PlugUpdate +qa && zplugin update }
dotupdate() { dotgit submodule update --init --recursive && dotgit submodule update --remote dotdrop && dotsync }
update() { yay -Syu firefox-nightly; flatpak update }
updateall() { update; plugupdate; dotupdate; passync; sudo awman-update }