diff --git a/bash_it.sh b/bash_it.sh index 5581dd00..725e62a2 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -91,3 +91,6 @@ if [ -e "$HOME/.jekyllconfig" ] then . "$HOME/.jekyllconfig" fi + +# Disable trap DEBUG on subshells - https://github.com/Bash-it/bash-it/pull/1040 +set +T