# Load ~/.profile regardless of shell version [ -e "$HOME"/.profile ] && . "$HOME"/.profile # If ~/.bashrc exists, source that too; the tests for both interactivity and # >=2.05a (for features like [[) are in there [ -f "$HOME"/.bashrc ] && . "$HOME"/.bashrc