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