# initialization file for bash "login shell": # ~/.bash_profile # Author: Roumen Petrov # Placed in the Public Domain. # # process user initialization file for all "login shell" test -r $HOME/.profile && . $HOME/.profile # process user initialization file for bash "interactive shell" test -r $HOME/.bashrc && . $HOME/.bashrc # put your bash "login shell" settings here: