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