mirror of https://github.com/ohmyzsh/ohmyzsh.git
typo
This commit is contained in:
parent
15944c0788
commit
91e0a94e89
|
@ -38,7 +38,7 @@ alias kdel='kubectl delete'
|
|||
alias kdelf='kubectl delete -f'
|
||||
alias kg='kubectl get'
|
||||
alias ke='kubectl edit'
|
||||
alias kd='kubectl descirbe'
|
||||
alias kd='kubectl describe'
|
||||
|
||||
# Pod management.
|
||||
alias kgp='kubectl get pods'
|
||||
|
|
Loading…
Reference in New Issue