tmux-resurrect
tmux-resurrect copied to clipboard
Fix session restore failed when command with absolute path
Fix session restore failed when command with absolute path
Hm.. I've never had an issue with this. Can you explain what's wrong with this?
Not sure for details about command with full path. i've just found there are some absolute path in session file, just like below:
pane 0 3 :test-session 1 :* 1 :/Users/allex/dev/web-tools/kitty 1 vim :/usr/bin/vim bin/checkout.sh
in that case, this panel process will not be restored success (because of the $pane_full_command
eq to /usr/bin/vim
)