diff --git a/.zshrc b/.zshrc index 19ff738..e3663b4 100644 --- a/.zshrc +++ b/.zshrc @@ -308,6 +308,7 @@ dockcopy() { alias clrcache="sudo paccache -d" alias clrpac="sudo pacman -Scc" +alias clrdock="docker rmi $(docker images --filter "dangling=true" -q --no-trunc)" alias ipinfo="nmcli -t | head -12"