zsh/zprofile.rhs
cvsdist 3de397a58d auto-import changelog data from zsh-4.2.0-3.src.rpm
Mon Jul 05 2004 Jens Petersen <petersen@redhat.com> - 4.2.0-3
- source profile in zprofile rather than .zshrc (Péter Kelemen, Magnus
    Gustavsson, 102187,126539)
- add zsh-4.2.0-jobtable-125452.patch to fix job table bug (Henrique
    Martins, 125452)
- buildrequire tetex for texi2html (Maxim Dzumanenko, 124182)
2004-09-09 15:21:37 +00:00

12 lines
168 B
Plaintext

#
# /etc/zprofile and ~/.zprofile are run for login shells
#
PATH="$PATH:$HOME/bin"
export PATH
# source profile
if [ -f /etc/profile ]; then
source /etc/profile
fi