Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
baced0cd
You need to sign in or sign up before continuing.
Commit
baced0cd
authored
Jun 13, 2021
by
Robby Russell
Browse files
style(kubectl): Being more explicit alias to the main CLI tool instead of to another alias (#6567)
parent
8e3de35d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/kubectl/kubectl.plugin.zsh
View file @
baced0cd
...
...
@@ -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
=
'k
ubectl
get pods --all-namespaces -o wide'
# get pod by label: kgpl "app=myapp" -n myns
alias
kgpl
=
'kgp -l'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment