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:
parent
562f9c128e
commit
6c930fd32d
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ bind P choose-buffer # choose which buffer to paste from
|
||||||
# -- 8< ------------------------------------------------------------------------
|
# -- 8< ------------------------------------------------------------------------
|
||||||
|
|
||||||
source -q ~/.tmux.conf.local
|
source -q ~/.tmux.conf.local
|
||||||
run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
run 'cut -c3- ~/.tmux.conf | bash -s _apply_configuration'
|
||||||
|
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|
Loading…
Reference in a new issue