1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 14:20:08 +00:00
This commit is contained in:
Dima Golomozy 2024-11-19 20:03:32 +02:00 committed by GitHub
parent 15944c0788
commit 91e0a94e89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ alias kdel='kubectl delete'
alias kdelf='kubectl delete -f' alias kdelf='kubectl delete -f'
alias kg='kubectl get' alias kg='kubectl get'
alias ke='kubectl edit' alias ke='kubectl edit'
alias kd='kubectl descirbe' alias kd='kubectl describe'
# Pod management. # Pod management.
alias kgp='kubectl get pods' alias kgp='kubectl get pods'