Files
config/.profile
2014-11-05 02:16:14 +08:00

5 lines
106 B
Bash

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