tmux-resurrect
tmux-resurrect copied to clipboard
Add save command strategy to preserve raw command in zsh
Summary
The existing linux_procfs.sh save-command strategy expands shell globs (e.g. *, ?) before tmux-resurrect records them. This PR introduces a new strategy based on Zsh’s preexec hook, capturing the raw (unexpanded) command line.