Skip to content

Commit 30584ee

Browse files
committed
feat(fish): Docker abbreviation to remove all on compose down
1 parent 1ba0f4e commit 30584ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fish/abbreviations.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ abbr -a -- gstp 'git stash pop'
2626
abbr -a -- gsw 'git switch'
2727

2828
# Docker
29-
abbr -a -- docc 'docker compose'
29+
abbr -a -- dcda 'docker compose down --remove-orphans --rmi all -v'

0 commit comments

Comments
 (0)