mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
style(kubectl): Being more explicit alias to the main CLI tool instead of to another alias (#6567)
This commit is contained in:
parent
8e3de35d15
commit
baced0cdcf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ alias kgpwide='kgp -o wide'
|
|||
alias kep='kubectl edit pods'
|
||||
alias kdp='kubectl describe pods'
|
||||
alias kdelp='kubectl delete pods'
|
||||
alias kgpall='k get pods --all-namespaces -o wide'
|
||||
alias kgpall='kubectl get pods --all-namespaces -o wide'
|
||||
|
||||
# get pod by label: kgpl "app=myapp" -n myns
|
||||
alias kgpl='kgp -l'
|
||||
|
|
Loading…
Reference in a new issue