Each time I use pushd or popd, it print the stack to standard output. How not to do so?
I don't want to do pushd > /dev/null
each time because I have a lot of scripts calling each other.
Maybe a nice override will do it, but I'll need to override these builtins only in my scripts, and then restore the correct behavior.