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 done
# Custom # Custom
CUSTOM="${BASH_IT}/custom/*.bash" CUSTOM="${BASH_IT_CUSTOM:=${BASH_IT}/custom}/*.bash"
for config_file in $CUSTOM for config_file in $CUSTOM
do do
if [ -e "${config_file}" ]; then if [ -e "${config_file}" ]; then