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