Small fix

This commit is contained in:
Marko Korhonen 2020-02-26 16:26:15 +02:00
parent a0af9cd469
commit 92b62cbff8
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -124,7 +124,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 && zinit update && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zinit self-update && zinit update -p && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
update() { yay -Syu --devel firefox-nightly }
updateall() { update; plugupdate; sudo awman-update }