zsh/zshenv.rhs
cvsdist cf11e41e58 auto-import changelog data from zsh-4.0.4-5.src.rpm
Fri Apr 05 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-5
- Source /etc/profile from /etc/zshenv instead of /etc/zprofile, to run
    things the same way bash do (#62788)
2004-09-09 15:20:00 +00:00

13 lines
397 B
Plaintext

#
# /etc/zshenv is sourced on all invocations of the
# shell, unless the -f option is set. It should
# contain commands to set the command search path,
# plus other important environment variables.
# .zshenv should not contain commands that product
# output or assume the shell is attached to a tty.
#
# Sourcing here to get it done on all invocations of zsh,
# like bash.
source /etc/profile