CentOS on a shared website hosting environment (I don't know the version) with Bash 5.0.17(1).
I use set -x to get maximal trace which often helps me handle errors; I normally use this command combination:
set -x && complete -r complete -r hides some very messy output I never found useful.
I want that the command combination will always be on, in all sessions but I am not sure in which file it is best to put it, perhaps:
.bashrc.profile.bash_profile- Possible similar files (files which allow to commands to run after boot, at least for some users)
~/.profileand nowhere else, but the details depend on your operating system. Please edit your question and tell us what operating system you are using and, if Linux, which distribution.