diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index 5b326109..3a9ef7df 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -11,7 +11,7 @@ else if set -q DISABLE_TMUX else - tmux -A main && exit + exec tmux new-session -A main && exit end end '';