blob: 27bf14953d29c194abbafdd8882241f8f1c6c04b [file] [log] [blame]
# .bash_profile
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
umask 022
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi