dotfiles/home/private_dot_config/zsh/completions/_todo

5 lines
99 B
Text

#compdef todo
# show files in the functions dir (exclude dirs)
_path_files -W "$PWD" -g "**/*(.)"