Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh does not start in $HOME
- X-seq: zsh-users 13197
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Stephan Windmüller <stephan.windmueller@xxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: zsh does not start in $HOME
- Date: Mon, 08 Sep 2008 07:39:42 -0700
- In-reply-to: <20080908091856.GD25826@xxxxxxxxxx>Comments: In reply to Stephan Windmüller <stephan.windmueller@xxxxxxxxxxxxxxxxx> "Re: zsh does not start in $HOME" (Sep 8, 11:18am)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080908080918.GC25826@xxxxxxxxxx> <20080908095104.7123e5f9@news01> <20080908091856.GD25826@xxxxxxxxxx>
On Sep 8, 11:18am, Stephan Windmüller wrote:
}
} On Mon, 08. Sep 2008, Peter Stephenson wrote:
}
} > zsh doesn't change directory internally when it starts, regardless of where
} > the home directory is.
}
} Here it does:
}
} | % pwd
} | /ldaphome/username
} | % zsh
} | % pwd
} | /home/username
What does /bin/pwd say? Or "pwd -L"?
} > They're not symbolic links, are they?
}
} No, there are two mountpoints.
Is /home/username a symbolic link to /ldaphome/username? What's the
value of $HOME both before and after starting zsh?
} This happens with an empty .zshrc.
Are /etc/z* also empty? Since you say you get a lot of output ...
} > Otherwise start with "zsh -x" and see what it's executing.
}
} I am receiving a lot of output, but that does not contain any lines with
} "/home".
Does it contain any lines with "cd" "chdir" "pushd" etc.?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author