1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 12:21:00 +01:00
This commit is contained in:
Dima Golomozy
2024-11-19 20:03:32 +02:00
committed by GitHub
parent 15944c0788
commit 91e0a94e89

View File

@@ -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'