tmux-resurrect
tmux-resurrect copied to clipboard
Resurrect can not save and restore fish shell history
The save code is probably this: https://github.com/tmux-plugins/tmux-resurrect/blob/master/scripts/save.sh#L145 The restore code: https://github.com/tmux-plugins/tmux-resurrect/blob/master/scripts/restore.sh#L273
Presumably there just needs to be a branch with the appropriate fish shell history commands.