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.
```
pull/1310/head
Kyle Welsby 2019-01-16 17:15:23 +00:00
parent 792593c995
commit 56945e3bdf
No known key found for this signature in database
GPG Key ID: BC51CCFC7174F463
1 changed files with 1 additions and 0 deletions

View File

@ -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"