From f78139fc05e43b214027874897a46418e802e215 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 18 Apr 2021 22:16:17 +0300 Subject: [PATCH] install: Use new profile load command --- install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 ""