From cba421d1050a7aba745a05b027574a9fe07464b9 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Wed, 23 Jul 2025 22:59:13 +0200 Subject: [PATCH] fix if test for tmux --- snamellit/common.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snamellit/common.scm b/snamellit/common.scm index 95d7fb5..82ab1bd 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -229,7 +229,7 @@ (list "eval \"$(direnv hook bash)\"" "eval \"$(atuin init bash)\"" - "if \"$ALACRITTY_WINDOW_ID\" != \"\"; then tmux; fi" + "if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi" ))))))) (simple-service 'variant-packages-service home-channels-service-type