1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

fix(docker): rename dip alias to dipu to avoid naming conflict (#10957)

This commit is contained in:
Maxim Derbenev
2022-06-06 18:37:42 +05:00
committed by GitHub
parent 6622210d7d
commit d41ca84af1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ alias dxcit='docker container exec -it'
alias dib='docker image build'
alias dii='docker image inspect'
alias dils='docker image ls'
alias dip='docker image push'
alias dipu='docker image push'
alias dirm='docker image rm'
alias dit='docker image tag'