mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 04:40:59 +01:00
add general aliases
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user