mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 00:44:26 +01:00
feature(plugins): adds kops (kubernetes operations) plugin (#6107)
This commit is contained in:
parent
790712f6f2
commit
47039f645f
9
plugins/kops/kops.plugin.zsh
Normal file
9
plugins/kops/kops.plugin.zsh
Normal file
@ -0,0 +1,9 @@
|
||||
# Autocompletion for kops (Kubernetes Operations),
|
||||
# the command line interface to get a production grade
|
||||
# Kubernetes cluster up and running
|
||||
|
||||
# Author: https://github.com/nmrony
|
||||
|
||||
if [ $commands[kops] ]; then
|
||||
source <(kops completion zsh)
|
||||
fi
|
Loading…
Reference in New Issue
Block a user