aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf
index 297354a..29e36ec 100644
--- a/%HOME%/.tmux.conf
+++ b/%HOME%/.tmux.conf
@@ -10,6 +10,9 @@ unbind C-b
set -g prefix C-j
bind -n M-j send-prefix
+# Why launch a login shell?
+set -g default-command "${SHELL}"
+
# Numbering starts at 1 instead of 0.
set -g base-index 1
set-window-option -g pane-base-index 1