commit 3f5219f42d1fea1096c738854137abf55b29739e parent 70e8730716e69bb8c4b959f87edccb619c17e335 Author: pyratebeard <root@pyratebeard.net> Date: Tue, 21 May 2024 12:53:35 +0100 fix(tmux): xdg path Diffstat:
M | tmux/.config/tmux/tmux.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -36,7 +36,7 @@ set-option -g allow-rename off set -g default-terminal "screen-256color" # source config file -bind r source-file ~/.tmux.conf +bind r source-file $XDG_CONFIG_HOME/tmux/tmux.conf # history set -g history-limit 4096