2 Commits (8c595904f0e06d5a819a00e0e7f47c316fdec47a)

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