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