mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
velero autocompletion plugin
This commit is contained in:
parent
19d7664392
commit
1d93b19619
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue