zsh/zprofile.rhs
cvsdist 92bd44f922 auto-import changelog data from zsh-4.0.4-8.src.rpm
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)
2004-09-09 15:20:17 +00:00

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