# .bash_profile/.profile symklinked # # for login shell, set and export variables defining environment # done only once per login session # by source of .bash_setup # # TERM=xterm set for shells spawned following login shell # ?? # thus source .bash_setup for each interactive shell, in .bashrc # .bash_profile == .bashrc # could symlink for now, but later?? better not # #. .bash_setup # # set aliases, functions, and other stuff, largely without export, # by sourcing files .bash_aliases and .bash_aliases_pers # under control of .bashrc # done once for each interactive shell # . $HOME/.bashrc