Skip to content

Commit

Permalink
Allow for having custom scripts outside of bash-it.
Browse files Browse the repository at this point in the history
  • Loading branch information
archite committed Nov 29, 2016
1 parent fef77e3 commit a896cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_it.sh
Expand Up @@ -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
Expand Down

0 comments on commit a896cb2

Please sign in to comment.