diff options
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e68c4d6..51fd10c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -22,5 +22,5 @@ set -g base-index 1 bind-key b set-option status set -g lock-command vlock bind L lock-session -bind R 'source-file ~/.config/tmux/tmux.conf; display-message "source-file done"' +bind R 'source-file $XDG_CONFIG_HOME/tmux/tmux.conf; display-message "source-file done"' |