mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-02 18:50:09 +00:00
8 lines
184 B
Bash
8 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
|