1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-02 18:50:09 +00:00
ohmyzsh/plugins/velero/velero.plugin.zsh
2020-08-13 17:23:13 +02:00

8 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