diff --git a/profile.bash b/profile.bash index 86da09f..816c634 100755 --- a/profile.bash +++ b/profile.bash @@ -28,7 +28,7 @@ function __keep_preexec_init { function keep { ( - if [[ $BASH_SUBSHELL -eq 2 ]]; then + if [[ $BASH_SUBSHELL -le 2 ]]; then export KEEP_META_command fi