Update '.tmux.rc'

This commit is contained in:
2023-05-01 01:17:15 +02:00
parent 218859c9b4
commit 1adbefe923

View File

@@ -7,5 +7,5 @@ if tmux list-sessions > /dev/null; then
tmux set-environment -g COLOR_SECONDARY "#011f2a"
tmux set-environment -g COLOR_TERTIARY "#0f63bd"
tmux source $KHOME/.config/tmux/tmux.conf
tmux source ${XDG_CONFIG_HOME}/tmux/tmux.conf
fi