# .profile is read for all login shells # system defaults . /etc/profile # shell defaults . ~/.bashrc # system specific login settings if [ `uname` == Darwin ]; then stty intr ^C [ $TERM == rxvt-unicode ] && export TERM=rxvt fi