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

Re: Startup Prior to /etc/zsh/zshenv?



On Thu, 19 Aug 2004, Davies,Aaron G wrote:

> So what's setting PATH and making aliases before zshenv runs?

run-help and which-command are built-in aliases created by the zsh binary
(they ought to be created by the zsh/zle module as they're used by two of
the default widgets, but for historical reasons they're still created as
part of the regular zsh init).

The path is inherited through the environment, from a default established
by the the login program or the equivalent (whatever it is that waits for
you to type your user name and password, be that xdm or sshd or ...).



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