mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-27 08:10:08 +00:00
5 lines
114 B
Bash
5 lines
114 B
Bash
# Autocompletion plugin for minishift.
|
|
|
|
if [ $commands[minishift] ]; then
|
|
source <(minishift completion zsh)
|
|
fi
|