Replies: 1 comment
-
Related termux/termux-packages#7981 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering why Termux explicitly loads
~/.bashrc
(ONLY) from$PREFIX/etc/bash.bashrc
.However...
~/.bash_profile
ALSO gets loaded AFTERWARDS.At minimum would like to know the call site of the latter.
At maximum wondering why TERMUX chooses to load
~/.bashrc
when the standard LINUX convention is for*/.(bash_)profile
to be loaded BY OS and to add explicit loads of.bashrc
to be included from the profile.This makes portability of loading
.bashrc
a potential infinite loop.Any help would be appreciated. At least would like to know where / what is loading my
.bash_profile
.Thanks in advance!
👇🏾😈
Beta Was this translation helpful? Give feedback.
All reactions