Bash - lack of global bashrc to load bash-completion and etc
Hello there,
I was investigating on why I dont have bash completions on non login bash sessions on alpine while I had it working on arch and void with the same dotfiles.
It looks like those other distro got a global bashrc that do that job.
Their build recipe contain a +CFLAGS="-DSYS_BASHRC='\"/etc/bash/bashrc\"'"
and this file will load /etc/bash/*.sh
So I must ask if we could have this kind of thing to load /etc/profile.d/*.sh
as does /etc/profile
.
And I also noticed I dont have /usr/local/bin in my PATH. I'm still not sure why and how this PATH should be setted up.
Edited by Willow