I love the fish shell. It makes perfect sense to me, but there's one problem I've been having.
No matter what I try, I can't get man
to work. When I type
man ls
for example, I get No manual entry for ls
. Same for every other command.
On bash, of course, this would show the man page. My MANPATH
environment variable is set (points to /opt/local/share/man/
) which contains exactly the files I would expect.
Any help?