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
cad48e38bfbfa6e3e0096caddf330d6fc8f1ffb9
cad48e38bfbfa6e3e0096caddf330d6fc8f1ffb9
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