From a57530d460c5a2657b1c0e1b0077f89809f901a1 Mon Sep 17 00:00:00 2001 From: pmoranga Date: Fri, 15 Sep 2017 14:53:36 +0200 Subject: [PATCH] Fix execution of trap DEBUG on subshells --- bash_it.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_it.sh b/bash_it.sh index 43a7509b..1ef8e9b8 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -44,6 +44,7 @@ do fi done + # Load enabled aliases, completion, plugins for file_type in "aliases" "plugins" "completion" do @@ -91,3 +92,5 @@ if [ -e "$HOME/.jekyllconfig" ] then . "$HOME/.jekyllconfig" fi + +set +T