Small fix

This commit is contained in:
Marko Korhonen 2020-02-26 16:26:15 +02:00
parent 7f79e67bbe
commit 598bf30126

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 }