Update '.tmux.rc'

This commit is contained in:
2023-05-01 02:03:17 +02:00
parent d9364b8996
commit e7c7a5e111

View File

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