mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Add alias for docker-compose pull (#6665)
This commit is contained in:
parent
e6e2b3d42f
commit
ce23ef9a2f
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@ alias dcup='docker-compose up'
|
|||
alias dcdn='docker-compose down'
|
||||
alias dcl='docker-compose logs'
|
||||
alias dclf='docker-compose logs -f'
|
||||
alias dcpull='docker-compose pull'
|
||||
|
|
Loading…
Reference in a new issue