92bd44f922
Fri Jun 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-8 - Make it work with a serial port (#56353) - Add $HOME/bin to path for login shells (#67110)
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
#
|
|
# /etc/zprofile and ~/.zprofile are run for login shells
|
|
#
|
|
|
|
# all bourne shells should source /etc/profile
|
|
|
|
|
|
PATH="$PATH:$HOME/bin"
|
|
export PATH
|