PatrickF1 / colored_man_pages.fish

Fish shell plugin to colorize man pages
MIT License
94 stars 7 forks source link

Add Fish's man directory to `$MANPATH` #3

Closed kidonng closed 3 years ago

kidonng commented 3 years ago

If you look closely, you will notice Fish has a man function wrapper that adds its man directory to $MANPATH. This plugin should preserve this behavior.

Also, assuming man is located at /usr/bin/man is fine most of the time, but we can do better.