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