From 4275764c80dfd49ab0b930c3541f65b4fcd4d4b7 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 30 Jun 2022 19:19:21 +0300 Subject: [PATCH] Update alias: remove all unused images, not just dangling ones --- home/.config/zsh/03-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 6f0f8527..7e9f1829 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -145,7 +145,7 @@ update() { {%@@ if profile == "Moria" @@%} repo docker-update - docker system prune --volumes + docker system prune --volumes -a {%@@ endif @@%} plugins }