Include .tmux.conf.local
This commit is contained in:
parent
f3527f91c1
commit
94f9c8a116
|
@ -71,6 +71,8 @@ in
|
||||||
bind-key -r f run-shell "tmux new-window t"
|
bind-key -r f run-shell "tmux new-window t"
|
||||||
|
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
|
||||||
|
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
Loading…
Reference in a new issue