Include .tmux.conf.local

This commit is contained in:
Oliver Davies 2024-11-16 15:13:09 +00:00
parent f3527f91c1
commit 94f9c8a116

View file

@ -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 = [