Results 1 to 3 of 3
Hello
I am using Linux Gentoo. Recently i decided to switch from bash to zsh shell, I did installed zsh and i changed the "/bin/bash" to /bin/zsh" in my /etc/passwd ...
- 11-25-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
No manual entry after switching to zsh
Hello
I am using Linux Gentoo. Recently i decided to switch from bash to zsh shell, I did installed zsh and i changed the "/bin/bash" to /bin/zsh" in my /etc/passwd file
after re-login and when i try to use a man command I got he following message:
No manual entry for ....
If i switch back to bash I can use the man command...
I know it is a question of missconfiguration somewhere, but i don't know where...
Thank you
Dany Namroud
- 11-25-2005 #2
Most likly it's due to your $MANPATH not being set when you use zsh.
In bash typeand it should spit out a few paths. If you copy these into whichever the zsh config file is, and you should be fine.Code:echo $MANPATH
- 11-28-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
Thank you for your reply, however I checked MANPATH, it is similar in bash and zsh
--> zsh
# echo $MANPATH
/man:/usr/man:/usr/lang/man:/usr/local/man
--> bash
echo $MANPATH
/man:/usr/man:/usr/lang/man:/usr/local/man
Dany


Reply With Quote
