Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh does not start in $HOME



On Sep 15,  3:32pm, Stephan Windmüller wrote:
}
} This is interesting. /bin/pwd shows "/ldaphome/username".
} 
} "pwd -L" shows the same as "pwd": "/home/username".

That indicates to me that:

-- there is a symlink from /home/username to /ldaphome/username
-- /etc/passwd says the home directory is /home/username

What does "pwd -P" say?

You may want to try "setopt CHASE_LINKS".



Messages sorted by: Reverse Date, Date, Thread, Author