From 2064001076d1eb3f824b46941ba620250d22521f Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 7 Jan 2026 19:16:55 -0600 Subject: [PATCH] fix tat --- flakes/common/nix_modules/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flakes/common/nix_modules/tmux/default.nix b/flakes/common/nix_modules/tmux/default.nix index c9224dfc..818ba99f 100644 --- a/flakes/common/nix_modules/tmux/default.nix +++ b/flakes/common/nix_modules/tmux/default.nix @@ -9,7 +9,7 @@ ]; environment.shellAliases = { - tat = "tmux attach-session"; + tat = "tmux attach-session || tmux new-session"; t = "tmux"; };