mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Fixed update alias
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
c86f143a43
commit
415b99d0fa
@ -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…
Reference in New Issue
Block a user