From 89209d78cb4c53b2f71fd24f5fd6e56d60811059 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 18 Dec 2020 05:12:10 +0300 Subject: tmux: non-login shell by default --- %HOME%/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '%HOME%') 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 -- cgit v1.2.3