1
0
Fork 0
mirror of synced 2024-05-26 03:51:09 -04:00

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

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