Update '.tmux.rc'

This commit is contained in:
2023-04-27 00:54:54 +02:00
parent e6fc64a7f2
commit 5da142418d

View File

@@ -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
tmux source ~/.config/tmux/tmux.conf
fi