diff --git a/install.sh b/install.sh index e56af003..2bb78a3f 100755 --- a/install.sh +++ b/install.sh @@ -221,12 +221,7 @@ if [[ -n $interactive && -z "${silent}" ]]; then done else echo "" - echo -e "\033[0;32mEnabling reasonable defaults\033[0m" - _enable-completion bash-it - _enable-completion system - _enable-plugin base - _enable-plugin alias-completion - _enable-alias general + _bash-it-profile-load "default" fi echo ""