dotfiles/home/private_dot_config/zsh/completions/_fnhelp

5 lines
115 B
Text
Raw Normal View History

2023-02-17 09:26:31 -06:00
#compdef fnhelp
# show files in the functions dir (exclude dirs)
_path_files -W "$ZDOTDIR/functions" -g "**/*(.)"