From 8c08c4478d0edc7a3c8d4f2a317342f63af70f84 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 8 Apr 2024 21:54:30 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index f03fc954..1e780bd1 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -37,7 +37,7 @@ GPG_TTY=$(tty) EDITOR=vim ssh-add > /dev/null &> /dev/null - [[ -z "$TMUX" && "$ENABLE_TMUX" = "false" ]] && { tmux attach || exec tmux new-session && exit;} + [[ -z "$TMUX" && "$ENABLE_TMUX" != "false" ]] && { tmux attach || exec tmux new-session && exit;} ''; sessionVariables = { # Set the GTK Theme