mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-21 18:46:06 +02:00
Co-authored-by: Quentin Nerden <quentin.nerden@intel.com>
6 lines
114 B
Bash
6 lines
114 B
Bash
# Autocompletion for invoke.
|
|
#
|
|
if [ $commands[invoke] ]; then
|
|
source <(invoke --print-completion-script=zsh)
|
|
fi
|