8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -fs light-mode.conf ~/.config/tmux/current-theme.conf
|
|
|
|
if tmux list-sesions; then
|
|
tmux source ~/.tmux.conf
|
|
fi
|