diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 7e9f182..8a3e493 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -145,7 +145,6 @@ update() { {%@@ if profile == "Moria" @@%} repo docker-update - docker system prune --volumes -a {%@@ endif @@%} plugins } @@ -172,6 +171,7 @@ update() { fi cd .. done + docker system prune -af --volumes } if [ $# -eq 0 ]; then