2 Commits (82ed4bab543f961716a2d3bfdfc54c6a85a81069)

Author SHA1 Message Date
Buddy Sandidge e1c6ea711a Import profile from bashrc if profile has not been loaded
On Debian 11, opening a terminal with bash will run a bashrc file
without the profile. The bashrc expects profile to be loaded, so it will
load the profile.

To avoid circular imports, .profile will set __PROFILE_LOADED__ and the
bashrc file will load the .profile if that variable has not been set.
After that check, bashrc will unset __PROFILE_LOADED__ as cleanup
3 years ago
Buddy Sandidge 996ee7e9d6 Move bash package to base 4 years ago