root / .bash_profile

1
2
3
4
5
6
7
#
# ~/.bash_profile
#

if [ -f ~/.bashrc ]; then
   source ~/.bashrc
fi