[ -r /etc/profile ] && . /etc/profile if [ -r $HOME/.bash_profile ]; then . $HOME/.bash_profile elif [ -r $HOME/.profile ]; then . $HOME/.profile fi if [ -r $HOME/.xinitrc ]; then . $HOME/.xinitrc else . /usr/X11R6/lib/X11/xinit/xinitrc fi