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
f19b6b24
"vscode:/vscode.git/clone" did not exist on "64976138b643b6adc1f46d9529d1d5fb2aa587e1"
Commit
f19b6b24
authored
Aug 15, 2016
by
Patrick Stadler
Committed by
Robby Russell
Aug 14, 2016
Browse files
add kubectl plugin (#5298)
parent
51c10783
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/kubectl/kubectl.plugin.zsh
0 → 100644
View file @
f19b6b24
# Autocompletion for kubectl, the command line interface for Kubernetes
#
# Author: https://github.com/pstadler
if
[
$commands
[
kubectl]
]
;
then
source
<
(
kubectl completion zsh
)
fi
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