summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.sh3
1 files changed, 2 insertions, 1 deletions
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