From b0f199a2b01f452e79a525d95695160cb9df927d Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Apr 2020 14:44:16 +0300 Subject: [PATCH] Made firefox-nightly update only for Mirkwood --- home/.config/zsh/03-aliases.zsh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 46ca365..ad885e6 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -117,19 +117,21 @@ passync() { pass git pull && pass git push && updatesecrets } update() { all() { - base --devel plugins {%@@ if profile == "Moria" @@%} + base --devel docker + {%@@ elif profile == "Mirkwood" @@%} + base --devel firefox-nightly {%@@ else @@%} - yay -Syu firefox-nightly + base --devel {%@@ endif @@%} sudo awman-update } base() { yay -Pw - yay $@ + yay -Syu $@ } plugins() {