1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-13 05:59:46 +08:00
ohmyzsh-mirror/plugins/velero/velero.plugin.zsh
2020-08-13 17:23:13 +02:00

9 lines
180 B
Bash

# Autocompletion for Velero CLI
# Based on kevinkirkup's oc completion plugin
#
# Author: https://github.com/s1msn
if [ $commands[oc] ]; then
source <(velero completion zsh)
fi