diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-28 13:22:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 13:22:26 +0100 |
commit | a58dc3232332db61f0e8244bcf0416aaef5d6fe0 (patch) | |
tree | e894d40ffa1ef0c9c885f38b900a1ba8a0d4cdc5 | |
parent | 3752700a5a12136e0b6b80d3fd07a271c868d616 (diff) | |
download | zsh-a58dc3232332db61f0e8244bcf0416aaef5d6fe0.tar.gz zsh-a58dc3232332db61f0e8244bcf0416aaef5d6fe0.tar.bz2 zsh-a58dc3232332db61f0e8244bcf0416aaef5d6fe0.zip |
delete duplicate documentation
-rw-r--r-- | plugins/kops/kops.plugin.zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/kops/kops.plugin.zsh b/plugins/kops/kops.plugin.zsh index f707f3aff..0c38ce2df 100644 --- a/plugins/kops/kops.plugin.zsh +++ b/plugins/kops/kops.plugin.zsh @@ -1,9 +1,3 @@ -# 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 |