From 1528bb60f48710d2b94d17a786a3b71150aa27e0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 May 2022 00:47:21 -0300 Subject: .config/tmux/tmux.conf: Source file from $XDG_CONFIG instead of ~/.tmux.conf --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 705e9a32..0eadf7c0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -8,7 +8,7 @@ set -g prefix C-v set -g mouse on # Bind "C-x r" to reload the configuration file -bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" +bind-key r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display-message "$XDG_CONFIG_HOME/tmux.conf reloaded" # Holy answer that properly implements copying from tmux! # https://unix.stackexchange.com/a/349020/276661 -- cgit v1.3