Files
config/.profile
T

5 lines
106 B
Bash

#
if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; then
source ${HOME}/.bashrc
fi