1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

style(kubectl): Being more explicit alias to the main CLI tool instead of to another alias (#6567)

This commit is contained in:
Robby Russell 2021-06-13 08:10:29 -07:00
parent 8e3de35d15
commit baced0cdcf

View file

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