Since now the .bashrc is source from .bash_profile, the end result in terms of what gets executed is the same. However, it is quicker to type `vim .bashrc` when changing settings.
2 lines
33 B
Bash
2 lines
33 B
Bash
[ -f ~/.bashrc ] && . ~/.bashrc
|
|
|