mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Add docker-compose start alias 'dcstart' (#6675)
This commit is contained in:
parent
5f2c34374b
commit
0cec462621
1 changed files with 1 additions and 0 deletions
|
@ -22,3 +22,4 @@ alias dcdn='docker-compose down'
|
|||
alias dcl='docker-compose logs'
|
||||
alias dclf='docker-compose logs -f'
|
||||
alias dcpull='docker-compose pull'
|
||||
alias dcstart='docker-compose start'
|
||||
|
|
Loading…
Reference in a new issue