rename docker system prune

This commit is contained in:
cupcakearmy 2022-10-26 15:59:19 +02:00
parent 1fc3c0ddfe
commit 2ee671201c
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
# Defined in - @ line 1
function dpa --wraps='docker system prune -af --volumes' --description 'alias dpa docker system prune -af --volumes'
docker system prune -af --volumes $argv;
end

View File

@ -0,0 +1,3 @@
function dsp --wraps='docker system prune -a --volumes' --description 'alias dsp docker system prune -a --volumes'
docker system prune -a --volumes $argv;
end