aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.tmux.conf
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-18 05:12:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-18 05:12:10 +0300
commit89209d78cb4c53b2f71fd24f5fd6e56d60811059 (patch)
tree0f8c093aad9d7522214702ccb01d2bb0500a7c3f /%HOME%/.tmux.conf
parenttmux: revise key bindings (diff)
downloadlinux-home-89209d78cb4c53b2f71fd24f5fd6e56d60811059.tar.gz
linux-home-89209d78cb4c53b2f71fd24f5fd6e56d60811059.zip
tmux: non-login shell by default
Diffstat (limited to '%HOME%/.tmux.conf')
-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