From edb7fd3c362befbe6ef41c44f71013d2e9104602 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 14 Oct 2017 17:43:59 +0800 Subject: [PATCH] Bugfix, we should check .bashrc.local instead of .bashrc. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cff7378..f2d7d64 100755 --- a/install.sh +++ b/install.sh @@ -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