Fixed update alias

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
pull/2/head
Marko Korhonen 5 years ago
parent c86f143a43
commit 415b99d0fa
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -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 }

Loading…
Cancel
Save