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