From 1d93b196198312179bcf24a68165598fae4934c0 Mon Sep 17 00:00:00 2001 From: Simon Seidel Date: Thu, 13 Aug 2020 17:30:47 +0200 Subject: [PATCH] velero autocompletion plugin --- plugins/velero/velero.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/velero/velero.plugin.zsh b/plugins/velero/velero.plugin.zsh index 4dd1a894d..0f4042a6f 100644 --- a/plugins/velero/velero.plugin.zsh +++ b/plugins/velero/velero.plugin.zsh @@ -3,6 +3,6 @@ # # Author: https://github.com/s1msn -if [ $commands[oc] ]; then +if [ $commands[velero] ]; then source <(velero completion zsh) fi