From 56945e3bdfe2b8d00db7ec86dfbbc53388790874 Mon Sep 17 00:00:00 2001 From: Kyle Welsby Date: Wed, 16 Jan 2019 17:15:23 +0000 Subject: [PATCH] Fixes #1309 _bash-it-clean-component-cache: command not found Silence errors when installing ``` Would you like to enable the ag aliases? [y/N] y ~/.bash_it/lib/helpers.bash: line 488: _bash-it-clean-component-cache: command not found ag enabled with priority 150. ``` --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index c0848cdb..8250c3df 100755 --- a/install.sh +++ b/install.sh @@ -155,6 +155,7 @@ fi # Load dependencies for enabling components source "$BASH_IT/lib/composure.bash" +source "$BASH_IT/lib/utilities.bash" cite _about _param _example _group _author _version source "$BASH_IT/lib/helpers.bash"