#!/usr/local/bin/bash # ~/.bash_profile # AUTHOR: tgwil # If .bashrc exists, use it if [[ $- == *i* && -f ~/.bashrc ]]; then . ~/.bashrc fi