# # Bash initialization # # If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac # Load the profile . $HOME/.profile