From 478fd785d6642a4036a7cbcda10102eadbda0a3a Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 17:23:46 +0900 Subject: [PATCH] Update --- 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 c05a976f..1c8acb57 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -8,7 +8,7 @@ set EDITOR vim ssh-add > /dev/null &> /dev/null if not set -q TMUX && not set -q DISABLE_TMUX - exec tmux attach || exec tmux new-session + tmux attach || exec tmux new-session end '';