mirror of
1
0
Fork 0

Update .tmux.conf

Fixed the bug that source-file will returned 2 (change sh to bash to run command)
This commit is contained in:
JackLee404 2022-08-22 09:40:56 +08:00 committed by GitHub
parent 562f9c128e
commit d6791c19e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ bind P choose-buffer # choose which buffer to paste from
# -- 8< ------------------------------------------------------------------------
source -q ~/.tmux.conf.local
run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
run 'cut -c3- ~/.tmux.conf | bash -s _apply_configuration'
# EOF