mirror of https://git.xinb.cc/xinb/ohmyzsh.git
7 lines
97 B
Bash
7 lines
97 B
Bash
|
# Autocompletion for svcat.
|
||
|
#
|
||
|
|
||
|
if [ $commands[svcat] ]; then
|
||
|
source <(svcat completion zsh)
|
||
|
fi
|