From 09a22d850053a63dde6ed10039739928ff9b9bee Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 8 Apr 2024 21:50:55 +0900 Subject: [PATCH] updates --- 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 30ba1b5d..f03fc954 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