From 1adbefe923cd528359e0aae5f7eb69924ed91057 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Mon, 1 May 2023 01:17:15 +0200 Subject: [PATCH] Update '.tmux.rc' --- .tmux.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.rc b/.tmux.rc index 8452e93..f586a01 100644 --- a/.tmux.rc +++ b/.tmux.rc @@ -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 \ No newline at end of file