Allow for having custom scripts outside of bash-it.

pull/846/head
Adam Karim 2016-11-29 09:18:09 -08:00
parent fef77e3060
commit a896cb2c44
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ do
done
# Custom
CUSTOM="${BASH_IT}/custom/*.bash"
CUSTOM="${BASH_IT_CUSTOM:=${BASH_IT}/custom}/*.bash"
for config_file in $CUSTOM
do
if [ -e "${config_file}" ]; then