3de397a58d
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)
12 lines
168 B
Plaintext
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
|