As far as I know different bash shell processes have different stacks for dirs -v
. Is it possible to make different bash shell processes to share the same stack? Thanks.
If it can simplify the problem, I don't very care about the order of the pathnames in the stack.