mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-24 05:57:47 +02:00
add docker compose config alias
This commit is contained in:
parent
19962acc06
commit
8392894ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
[[ -x "${commands[docker-compose]:A}" ]] && dccmd='docker-compose' || dccmd='docker compose'
|
||||
|
||||
alias dco="$dccmd"
|
||||
alias dcc="$dccmd config"
|
||||
alias dcb="$dccmd build"
|
||||
alias dce="$dccmd exec"
|
||||
alias dcps="$dccmd ps"
|
||||
|
|
|
|||
Loading…
Reference in a new issue