dotfiles/local/share/dark-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 dark-mode.conf ~/.config/tmux/current-theme.conf
if tmux list-sessions; then
tmux source ~/.tmux.conf
fi