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)
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.


No differences found