Merge pull request #964 from AladW/examples-overhaul
[aurutils.git] / completions / zsh / README.run-help-aur
blob1c569c41d884ff15ae32be46b3552d29566c191a
1 run-help-aur is a Zsh run-help assistant. It allows run-help to open the correct man page for the aur commands, instead of opening aur(1).
2 To use it, first setup run-help following zshcontrib(1), then place run-help-aur in fpath and autoload it.
3 For example, after installing run-help-aur to /usr/share/zsh/functions/Misc/run-help-aur and autoloading run-help, run:
5 autoload -Uz run-help-aur
7 Refer to zshcontrib(1) for more details on run-help and its assistant functions.