====== bourne again shell (bash) ====== ===== source .bashrc on SSH login ===== if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc fi fi