Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/invoke/invoke.plugin.zsh

5 lines
114 B
Shell
Raw Normal View History

# Autocompletion for invoke.
#
if [ $commands[invoke] ]; then
source <(invoke --print-completion-script=zsh)
fi