tmux.conf: source user-specific local conf file ~/.tmux.conf.local
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 4 Mar 2022 21:15:54 +0000 (22:15 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 4 Mar 2022 21:31:44 +0000 (22:31 +0100)
commit2060f8d0ec99870896b214215f871d2b86aede2b
tree8ea8ff43117be1c90a574e38f25705c2ed2e7135
parent4a3593bce8a535dd6daa7d35267d2dbe04a7a291
tmux.conf: source user-specific local conf file ~/.tmux.conf.local

To manage a user-specific local configuration file (like in Grml's
'.vimrc.conf' + '.zshrc.conf') we need to source '~/.tmux.conf.local'.

"bind-key R" (Reload Config) does now reload the 'main" config file
'~/.tmux.conf' and the user-specific local configuration file
'~/.tmux.conf.local'.

With 'source-file -q', no error will be returned if the file does not exist.
etc/tmux.conf