From 46aa551ae8d225a78d8aff0b2b00809977b4612e Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Thu, 28 Sep 2023 20:43:38 +0200 Subject: Support XDG_CONFIG_HOME --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e68c4d6..51fd10c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -22,5 +22,5 @@ set -g base-index 1 bind-key b set-option status set -g lock-command vlock bind L lock-session -bind R 'source-file ~/.config/tmux/tmux.conf; display-message "source-file done"' +bind R 'source-file $XDG_CONFIG_HOME/tmux/tmux.conf; display-message "source-file done"' -- cgit v1.2.3