From 8a0f9cef087a4af98e8a133849932fd5f936f536 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 5 Nov 2014 02:26:25 +0800 Subject: [PATCH] Change .profile to .bash_profile. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac278be..b756eb6 100755 --- a/install.sh +++ b/install.sh @@ -12,8 +12,8 @@ git submodule update --init cp ${BASEDIR}/.inputrc ~/ # +cp ${BASEDIR}/.bash_profile ~/ cp ${BASEDIR}/.bashrc ~/ -cp ${BASEDIR}/.profile ~/ cp ${BASEDIR}/.zshrc ~/ if [ ! -e ~/.bashrc ]; then cp ${BASEDIR}/.bashrc.local ~/