Bugfix, we should check .bashrc.local instead of .bashrc.

This commit is contained in:
Gea-Suan Lin
2017-10-14 17:43:59 +08:00
parent 60c59915c7
commit edb7fd3c36

View File

@@ -15,7 +15,7 @@ cp ${BASEDIR}/.inputrc ~/
cp ${BASEDIR}/.bashrc ~/
cp ${BASEDIR}/.profile ~/
cp ${BASEDIR}/.zshrc ~/
if [ ! -e ~/.bashrc ]; then
if [ ! -e ~/.bashrc.local ]; then
cp ${BASEDIR}/.bashrc.local ~/
fi
if [ ! -e ~/.zshrc.local ]; then