Bash not sourcing ~/.bashrc

@TLATER you were right! I looked now at my .bash_profile on Arch machine and it looks like that:

[[ -f ~/.bashrc ]] && . ~/.bashrc

Until today I have always relied on .bashrc as the main file, but thanks to this discussion I’ve learned something new :slight_smile: Thank you!

1 Like