1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00

add general aliases

This commit is contained in:
Dima Golomozy
2024-09-23 11:32:32 +03:00
committed by GitHub
parent f11cc8fea1
commit c32b5e5e98

View File

@@ -36,6 +36,9 @@ alias kcgc='kubectl config get-contexts'
# General aliases
alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
alias kg='kubectl get'
alias ke='kubectl edit'
alias kd='kubectl descirbe'
# Pod management.
alias kgp='kubectl get pods'