how to set up config.fish to auto run tmux every time start fish
ref: https://github.com/fish-shell/fish-shell/issues/4434
add this to the end of config.fish
:
1if status is-interactive2and not set -q TMUX3 exec tmux4end
-->
ref: https://github.com/fish-shell/fish-shell/issues/4434
add this to the end of config.fish
:
1if status is-interactive2and not set -q TMUX3 exec tmux4end