Revised update aliases and turned off yay devel

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-12 14:06:15 +02:00
parent e8c351007b
commit da5a8b7e8d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 3 additions and 4 deletions

View file

@ -26,7 +26,7 @@
"completionrefreshtime": 7,
"sudoloop": false,
"timeupdate": false,
"devel": true,
"devel": false,
"cleanAfter": false,
"gitclone": true,
"provides": true,

View file

@ -123,9 +123,8 @@ passync() { pass git pull && pass git push && updatesecrets }
# update stuff
plugupdate() { vim +PlugUpgrade +PlugUpdate +CocUpdate +qa && zplugin update && $HOME/.tmux/plugins/tpm/bin/update_plugins all }
dotupdate() {dotgit submodule update && dotsync }
update() { yay -Syu firefox-nightly; flatpak update }
updateall() { update; plugupdate; dotupdate; passync; sudo awman-update }
update() { yay -Syu --devel firefox-nightly }
updateall() { update; plugupdate; sudo awman-update }
# remove unneeded packages
autoremove() { sudo pacman -R $(pacman -Qdtq) }