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
parent
792593c995
commit
56945e3bdf
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue