From 0bb18ddfc226dd27dca93a7cc74d6712b9a28c32 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 17:56:21 +0900 Subject: [PATCH] Update --- home-manager/common/software/cli/fish.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index 42ad0d64..7c409b5d 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -8,7 +8,8 @@ set EDITOR vim ssh-add > /dev/null &> /dev/null if not set -q TMUX && not set -q DISABLE_TMUX - tmux attach || exec tmux new-session && exit + tmux attach || exec tmux new-session + exit end '';