Rollback to use .profile.

This commit is contained in:
Gea-Suan Lin
2014-11-05 02:29:04 +08:00
parent 8a0f9cef08
commit 67471ca8b0
3 changed files with 5 additions and 3 deletions

4
.profile Normal file
View File

@@ -0,0 +1,4 @@
#
if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ];
source ${HOME}/.bashrc
fi