mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-05 21:00:42 +00:00
rename docker system prune
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user