diff --git a/.tmux.rc b/.tmux.rc index 3fd1cfa..72f7249 100644 --- a/.tmux.rc +++ b/.tmux.rc @@ -2,10 +2,10 @@ export COLOR_ACCENT="#0ca8fb" export COLOR_SECONDARY="#011f2a" export COLOR_TERTIARY="#0f63bd" -if command ; then +if tmux list-sessions; then tmux set-environment -g COLOR_ACCENT "#0ca8fb" tmux set-environment -g COLOR_SECONDARY "#011f2a" tmux set-environment -g COLOR_TERTIARY "#0f63bd" -fi -tmux source ~/.config/tmux/.tmux.conf \ No newline at end of file + tmux source ~/.config/tmux/tmux.conf +fi \ No newline at end of file