From 906c498a0869b767f27dbf06b642e2588576481c Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 7 Sep 2025 14:08:07 +0200 Subject: [PATCH] fix(darkman): typo in tmux light-mode switch --- local/share/light-mode.d/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/share/light-mode.d/tmux.sh b/local/share/light-mode.d/tmux.sh index 1397d2d..401033a 100755 --- a/local/share/light-mode.d/tmux.sh +++ b/local/share/light-mode.d/tmux.sh @@ -2,6 +2,6 @@ ln -fs light-mode.conf ~/.config/tmux/current-theme.conf -if tmux list-sesions; then +if tmux list-sessions; then tmux source ~/.tmux.conf fi