dotfiles/home/private_dot_config/zsh/completions/_todo

5 lines
99 B
Text
Raw Normal View History

2023-04-26 12:20:40 -05:00
#compdef todo
# show files in the functions dir (exclude dirs)
_path_files -W "$PWD" -g "**/*(.)"