mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
rename docker system prune
This commit is contained in:
parent
1fc3c0ddfe
commit
2ee671201c
@ -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
|
3
files/fish/functions/dsp.fish
Normal file
3
files/fish/functions/dsp.fish
Normal 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
|
Loading…
Reference in New Issue
Block a user