Include .tmux.conf.local file if it exists

This commit is contained in:
Oliver Davies 2024-05-05 20:21:13 +01:00
parent c99f23be11
commit 8bd3e93888

View file

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