mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-25 12:36:06 +02:00
feat(docker-compose): add config alias (#13856)
* add docker compose config alias * updated readme * sorting :) --------- Co-authored-by: Fernando Silva <fcasilva.nz@gmail.com>
This commit is contained in:
co-authored by
Fernando Silva
parent
146461f7c6
commit
58f87ce1e9
@@ -6,6 +6,7 @@
|
||||
|
||||
alias dco="$dccmd"
|
||||
alias dcb="$dccmd build"
|
||||
alias dcc="$dccmd config"
|
||||
alias dce="$dccmd exec"
|
||||
alias dcps="$dccmd ps"
|
||||
alias dcrestart="$dccmd restart"
|
||||
|
||||
Reference in New Issue
Block a user