From e29da2fe312532f4eaec52595ed79aae7e3e92ca Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Tue, 21 Jul 2026 11:18:34 +0200 Subject: [PATCH] fix: do not launch tmux on ssh connection --- config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) 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