0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

velero autocompletion plugin

This commit is contained in:
Simon Seidel 2020-08-13 17:30:47 +02:00
parent 19d7664392
commit 1d93b19619

View file

@ -3,6 +3,6 @@
#
# Author: https://github.com/s1msn
if [ $commands[oc] ]; then
if [ $commands[velero] ]; then
source <(velero completion zsh)
fi