Skip to content

Commit 2be4e97

Browse files
committed
feat(fish): docker compose abbreviations
1 parent 30584ee commit 2be4e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fish/abbreviations.fish

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

2828
# Docker
29+
abbr -a -- dcd 'docker compose down'
2930
abbr -a -- dcda 'docker compose down --remove-orphans --rmi all -v'
31+
abbr -a -- dcu 'docker compose up'

0 commit comments

Comments
 (0)