mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-16 16:34:27 +01:00
6 lines
97 B
Bash
6 lines
97 B
Bash
# Autocompletion for svcat.
|
|
#
|
|
|
|
if [ $commands[svcat] ]; then
|
|
source <(svcat completion zsh)
|
|
fi
|