[tmux] Fix path to XDG config directory
This commit is contained in:
parent
0a7d6f7650
commit
55c1e12e43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue