From e44665aaa8d997a598adcc20162f86b92821c73c Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 13:35:46 +0900 Subject: [PATCH] Testing --- home-manager/common/software/cli/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index 3a9ef7df..7d2f7678 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 - exec tmux new-session -A main && exit + tmux new-session -A main end end '';