From 55c1e12e43ff1ceb90170e2bf0028db0e72b8cce Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 23 Jul 2019 17:12:43 +0200 Subject: [PATCH] [tmux] Fix path to XDG config directory --- .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 9a73efc..4a06f67 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -166,7 +166,7 @@ setw -g window-status-current-format "#[fg=#2e2e2e,bg=#2e2e2e,nobold,nounderscor # Session is considered to be remote when we ssh into host if-shell 'test -n "$SSH_CLIENT"' \ - 'source-file $XDG_CONFIG_DIR/tmux/tmux.remote.conf' + 'source-file $XDG_CONFIG_HOME/tmux/tmux.remote.conf' # We want to have single prefix key "C-a", usable both for local and remote session # we don't want to "C-a" + "a" approach either