diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 6fafb77..81ed688 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -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 }