mirror of
1
0
Fork 0

Update .tmux.conf

Fixed bug when run the command  'cut -c3- ~/.tmux.conf | bash -s _apply_configuration' will returned 2.
This commit is contained in:
JackLee404 2022-08-20 20:17:53 +08:00 committed by GitHub
parent 562f9c128e
commit 6c930fd32d
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