Include .tmux.conf.local file if it exists
This commit is contained in:
parent
c99f23be11
commit
8bd3e93888
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue