From 3d61a23f12924108b2a1eb3abc83812d738155c5 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 11 Feb 2022 10:12:39 +0200 Subject: [PATCH] Update update alias --- home/.config/zsh/03-aliases.zsh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 }