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
Ohmyzsh
8c95c52353118643ac3dbd9b0c185a3129b84bf8
8c95c52353118643ac3dbd9b0c185a3129b84bf8
Switch branch/tag
ohmyzsh
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