#!/bin/bash

ln -fs dark-mode.conf ~/.config/tmux/current-theme.conf

if tmux list-sessions; then
	tmux source ~/.tmux.conf
fi