From a896cb2c44050b733163eaedf8e51b90c078f249 Mon Sep 17 00:00:00 2001 From: Adam Karim Date: Tue, 29 Nov 2016 09:18:09 -0800 Subject: [PATCH] Allow for having custom scripts outside of bash-it. --- bash_it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_it.sh b/bash_it.sh index 0a85fd27..065069ff 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -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