The `bash -c 'cd dir && cmd1 & cmd2'` pattern splits into two command lists — cmd2 runs in the original cwd, not after the cd. Fix by repeating the cd after the `&` in the tmux pane command, and using `exec` in the standalone dev-squint task.
5.9 KiB
5.9 KiB