[tmux] Fix path to XDG config directory

This commit is contained in:
Marty Oehme 2019-07-23 17:12:43 +02:00
parent 0a7d6f7650
commit 55c1e12e43

View file

@ -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