]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/invoke/invoke.plugin.zsh
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / invoke / invoke.plugin.zsh
1 # Autocompletion for invoke.
2 #
3 if [ $commands[invoke] ]; then
4   source <(invoke --print-completion-script=zsh)
5 fi