Update update alias

This commit is contained in:
Marko Korhonen 2022-02-11 10:12:39 +02:00
parent 173b6b4e06
commit 3d61a23f12

View file

@ -144,16 +144,14 @@ update() {
docker-update
docker system prune --volumes
{%@@ endif @@%}
sudo flatpak update
sudo awman-update
}
repo() {
aur sync -Su --margs --noconfirm
firefox
update-firefox
}
firefox() {
update-firefox() {
aur sync -S --rebuild firefox-nightly --margs --noconfirm
}