Include .tmux.conf.local file if it exists
This commit is contained in:
parent
c99f23be11
commit
8bd3e93888
|
@ -102,6 +102,8 @@ in {
|
|||
bind-key -r W run-shell "t ~/Documents/wiki"
|
||||
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
|
||||
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
|
||||
'';
|
||||
|
||||
plugins =
|
||||
|
|
Loading…
Reference in a new issue