From 74909f788acd34051cf4d32e94b5bcfe1f2c292b Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 18 Jul 2019 20:48:22 +0800 Subject: fix get.sh --- scripts/get.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/get.sh b/scripts/get.sh index ed8db71be..8e1afdf74 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -183,8 +183,9 @@ fi if [[ "$SHELL" = */zsh ]]; then write_profile ~/.zshrc elif [[ "$SHELL" = */ksh ]]; then write_profile ~/.kshrc elif [[ "$SHELL" = */bash ]]; then write_profile ~/.bashrc + else write_profile ~/.bash_profile fi - write_profile ~/.bash_profile + } install_profile if xmake --version >/dev/null 2>&1; then xmake --version; else -- cgit v1.3.1