mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-17 00:26:43 +03:00
6 lines
114 B
Bash
6 lines
114 B
Bash
# Autocompletion for invoke.
|
|
#
|
|
if [ $commands[invoke] ]; then
|
|
source <(invoke --print-completion-script=zsh)
|
|
fi
|