mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-11-01 13:04:11 +01:00
5 lines
188 B
Fish
5 lines
188 B
Fish
|
# 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
|