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