mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
d0c06d9ec8
Including a Kubernetes Service Catalog plugin
6 lines
97 B
Bash
6 lines
97 B
Bash
# Autocompletion for svcat.
|
|
#
|
|
|
|
if [ $commands[svcat] ]; then
|
|
source <(svcat completion zsh)
|
|
fi
|