mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 05:59:46 +08:00
9 lines
184 B
Bash
9 lines
184 B
Bash
# Autocompletion for Velero CLI
|
|
# Based on kevinkirkup's oc completion plugin
|
|
#
|
|
# Author: https://github.com/s1msn
|
|
|
|
if [ $commands[velero] ]; then
|
|
source <(velero completion zsh)
|
|
fi
|