diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2023-09-28 18:43:38 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2023-09-28 18:44:14 +0000 |
commit | 46aa551ae8d225a78d8aff0b2b00809977b4612e (patch) | |
tree | 1aa8f5e3bc0d25b65a57b80aa1e4228969ab77a9 /.config/tmux/tmux.conf | |
parent | e2c37175176b2bf53021f3eb8c0d24276b150220 (diff) | |
download | dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.tar dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.tar.gz dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.tar.bz2 dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.tar.lz dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.tar.xz dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.tar.zst dotfiles-46aa551ae8d225a78d8aff0b2b00809977b4612e.zip |
Support XDG_CONFIG_HOME
Diffstat (limited to '')
-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"' |