mirror of https://github.com/ohmyzsh/ohmyzsh.git
velero autocompletion plugin
This commit is contained in:
parent
19d7664392
commit
1d93b19619
|
@ -3,6 +3,6 @@
|
|||
#
|
||||
# Author: https://github.com/s1msn
|
||||
|
||||
if [ $commands[oc] ]; then
|
||||
if [ $commands[velero] ]; then
|
||||
source <(velero completion zsh)
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue