From 5da142418d476d83694b262890c196ae6f5dfa4f Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Thu, 27 Apr 2023 00:54:54 +0200 Subject: [PATCH] Update '.tmux.rc' --- .tmux.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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