mirror of
https://git.adityakumar.xyz/config.git
synced 2025-02-05 18:10:01 +00: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
|