fix(darkman): typo in tmux light-mode switch

This commit is contained in:
2025-09-07 14:08:07 +02:00
parent fe62bf4d99
commit 906c498a08

View File

@@ -2,6 +2,6 @@
ln -fs light-mode.conf ~/.config/tmux/current-theme.conf ln -fs light-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sesions; then if tmux list-sessions; then
tmux source ~/.tmux.conf tmux source ~/.tmux.conf
fi fi