aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf.m4')
-rw-r--r--tmux/tmux.conf.m44
1 files changed, 4 insertions, 0 deletions
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'