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
a58dc3232332db61f0e8244bcf0416aaef5d6fe0
a58dc3232332db61f0e8244bcf0416aaef5d6fe0
Switch branch/tag
oh-my-zsh
plugins
kops
kops.plugin.zsh
Find file
Normal view
History
Permalink
kops.plugin.zsh
64 Bytes
Edit
Web IDE
Newer
Older
feature(plugins): adds kops (kubernetes operations) plugin (#6107)
Nur Rony
committed
Nov 07, 2017
1
2
3
if
[
$commands
[
kops]
]
;
then
source
<
(
kops completion zsh
)
fi