mychanges

This commit is contained in:
Ghasem Shirazi 2022-12-05 09:51:00 -08:00
commit a50fcdfb02
105 changed files with 27351 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Autocompletion for invoke.
#
if [ $commands[invoke] ]; then
source <(invoke --print-completion-script=zsh)
fi