I have a rather specific question. When exactly (and how) is the script to fill the .forward file with user information invoked? I am currently trying out tmux and am playing around with scripts/plugins to backup and restore tmux sessions. The problematic behavior that I observe is that when restoring a session and the single windows change into their respective working directories, the above mentioned script is invoked and I end up having to press the return key for all sorts of directories and having .forward files created in all these directories.
Would it be possible to modify the script to check for ~user/.forward rather than $(pwd)/.forward?
I have a rather specific question. When exactly (and how) is the script to fill the .forward file with user information invoked? I am currently trying out tmux and am playing around with scripts/plugins to backup and restore tmux sessions. The problematic behavior that I observe is that when restoring a session and the single windows change into their respective working directories, the above mentioned script is invoked and I end up having to press the return key for all sorts of directories and having .forward files created in all these directories. Would it be possible to modify the script to check for
~user/.forward
rather than$(pwd)/.forward
?Thanks and Happy Holidays.