8 lines
127 B
Bash
Raw Normal View History

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