From c4c851d041c24481be676a12029b69c8129f08fe Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Dec 2016 11:02:57 +1300 Subject: Set default-shell to /bin/sh in tmux.conf --- tmux/tmux.conf.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4 index f9f62456..3e2e855f 100644 --- a/tmux/tmux.conf.m4 +++ b/tmux/tmux.conf.m4 @@ -18,6 +18,10 @@ set-option -g update-environment '' # Setting this makes each new pane a non-login shell, which suits me better set-option -g default-command "$SHELL" +# Set the default shell to /bin/sh to parse commands to be just a little bit +# quicker, and to avoid incrementing SHLVL twice +set-option -g default-shell "/bin/sh" + # Expect a 256-color terminal set-option -g default-terminal 'screen-256color' -- cgit v1.2.3