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

Re: strange behaviour with .zsh and su



Louis-David Mitterrand wrote:
>export ZSHDOTDIR=.zsh

Perhaps you want

export ZDOTDIR=~/.zsh

but in any case this isn't going to work over an su as you can't have
two users' startup files in the same place.  I suggest you abandon it
and just put the startup files in users' home directories.

-zefram



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