diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 21461ce..6a362f3 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -120,7 +120,7 @@ update() { plugins {%@@ if profile == "Moria" @@%} base --devel - docker-pull + docker {%@@ elif profile == "Mirkwood" @@%} base --devel firefox-nightly {%@@ else @@%} @@ -142,7 +142,7 @@ update() { } {%@@ if profile == "Moria" @@%} - docker-pull() { + docker() { for dir in $HOME/Git/dotfiles/docker/*; do cd $dir docker-compose pull @@ -168,7 +168,7 @@ update() { ;; {%@@ if profile == "Moria" @@%} docker) - docker-pull + docker ;; {%@@ endif @@%} *)