mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 06:10:08 +00:00
typo
This commit is contained in:
parent
15944c0788
commit
91e0a94e89
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue