dotfiles/local/share/light-mode.d/tmux.sh

8 lines
127 B
Bash
Raw Normal View History

2024-09-14 12:51:03 +00:00
#!/bin/bash
ln -fs light-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sesions; then
tmux source ~/.tmux.conf
fi