Change .profile to .bash_profile.

This commit is contained in:
Gea-Suan Lin
2014-11-05 02:26:25 +08:00
parent 69032a47f7
commit 8a0f9cef08

View File

@@ -12,8 +12,8 @@ git submodule update --init
cp ${BASEDIR}/.inputrc ~/ cp ${BASEDIR}/.inputrc ~/
# #
cp ${BASEDIR}/.bash_profile ~/
cp ${BASEDIR}/.bashrc ~/ cp ${BASEDIR}/.bashrc ~/
cp ${BASEDIR}/.profile ~/
cp ${BASEDIR}/.zshrc ~/ cp ${BASEDIR}/.zshrc ~/
if [ ! -e ~/.bashrc ]; then if [ ! -e ~/.bashrc ]; then
cp ${BASEDIR}/.bashrc.local ~/ cp ${BASEDIR}/.bashrc.local ~/