From ad93a894ea685669f0799b555158eaaa9c861b79 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 10:26:58 +0900 Subject: [PATCH] Updates --- 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 767437d7..a4228b7e 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 attach || exec tmux new-session && exit + tmux attach || exec tmux new-session && exit end end '';