# Source Bourne shell profile if it exists if [[ -r $HOME/.profile ]]; then source "$HOME"/.profile fi # Source interactive Bash config if it exists if [[ -r $HOME/.bashrc ]]; then source "$HOME"/.bashrc fi