mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[bin/clean] update docker cleanup to beo call only once
This commit is contained in:
parent
e6cf5963a6
commit
85484a9da1
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ case "$1" in
|
||||||
$0 yay
|
$0 yay
|
||||||
;;
|
;;
|
||||||
docker)
|
docker)
|
||||||
docker container prune --force
|
docker system prune --force
|
||||||
docker image prune --force
|
|
||||||
;;
|
;;
|
||||||
pacman)
|
pacman)
|
||||||
pacman -Sc --noconfirm
|
pacman -Sc --noconfirm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue