2 Commits (276f5a2eb744ef781ebe3e3fa93cc7ecd3ba317e)

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