# vim:filetype=sh # .bash_profile, loaded on login shells, after /etc/profile # and instead of .bashrc # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi export PATH unset USERNAME echo date '+%a %d %b %Y %T' echo if [ -f ~/.bash_desc ]; then . ~/.bash_desc echo fi last -4 $USER echo