1. add `trap "echo Hello" debug` to your `.bash_profile` with shell integration disabled -> `Hello` is echoed 2. enable shell integration and create a bash terminal 3. 🐛 `Hello` is not echoed
trap "echo Hello" debugto your.bash_profilewith shell integration disabled ->Hellois echoedHellois not echoed