5 lines
101 B
Bash
5 lines
101 B
Bash
#
|
|
if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ];
|
|
source ${HOME}/.bashrc
|
|
fi
|