PatrickF1 / colored_man_pages.fish

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

Can't access non-fish man pages #4

Closed PatrickF1 closed 3 years ago

PatrickF1 commented 3 years ago

With this plugin installed. I can no longer run commands like man grep. But if I uninstall I can access it just fine. @kidonng can you repro as well?

kidonng commented 3 years ago

Yeah, I can reproduce. It seems man expects something like MANPATH=/usr/local/Cellar/fish/3.2.2_1/share/fish/man: (notice the extra :) to fallback to other man pages. That equals to an extra empty string in fish.

PatrickF1 commented 3 years ago

Thank you for the great investigation!