4 lines
99 B
Text
4 lines
99 B
Text
#compdef todo
|
|
|
|
# show files in the functions dir (exclude dirs)
|
|
_path_files -W "$PWD" -g "**/*(.)"
|