mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
velero autocompletion plugin
This commit is contained in:
parent
079e7bb5e0
commit
19d7664392
2 changed files with 30 additions and 0 deletions
8
plugins/velero/velero.plugin.zsh
Normal file
8
plugins/velero/velero.plugin.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue