From d6791c19e2c7d1d44864c87e13f913ec8759a30a Mon Sep 17 00:00:00 2001 From: JackLee404 <95456297+JackLee404@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:40:56 +0800 Subject: [PATCH] Update .tmux.conf Fixed the bug that source-file will returned 2 (change sh to bash to run command) --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index b71bbae..76afd80 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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