Allow for having custom scripts outside of bash-it.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user