74e8be6449
Wed Feb 28 2001 Matt Wilson <msw@redhat.com> - don't Prereq: /sbin/install-info! Tue Feb 27 2001 Preston Brown <pbrown@redhat.com> - noreplace config files - don't own /etc/skel directory Thu Feb 22 2001 Harald Hoyer <harald@redhat.de> - changed /etc/bashrc to work with backspace = 0177 (rxvt) Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de> - changed /etc/skel/.bash_profile to "unset USERNAME" Mon Feb 05 2001 Yukihiro Nakai <ynakai@redhat.com> - Delete Japanese resources from dot-bashrc and move them to each package. Fri Dec 15 2000 Yukihiro Nakai <ynakai@redhat.com> - Add Japanese resource to dot-bashrc Mon Dec 11 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild to get rid of 0777 doc dirs
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|
|
|
|
# User specific environment and startup programs
|
|
|
|
PATH=$PATH:$HOME/bin
|
|
BASH_ENV=$HOME/.bashrc
|
|
|
|
export BASH_ENV PATH
|
|
unset USERNAME
|
|
|