diff --git a/config/fish/config.fish b/config/fish/config.fish index 20a942c..1bff039 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -3,6 +3,7 @@ set -gx EDITOR nvim if status is-interactive and not set -q TMUX + and not set -q SSH_CONNECTION and command -q tmux exec tmux new -As stuff end