From f2841408f87a655b913cc860cff36d425b53f6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 14 Feb 2023 04:38:15 +0100 Subject: [PATCH] add default-shell and default-command for loginsh --- tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 69c914a..45b8e93 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,8 @@ +# force SHELL ENV variable as shell +set-option -g default-shell ${SHELL} +set-option -g default-command "${SHELL} -" +#set-option -g default-command "${SHELL} --init-file .bashrc" + # Some tweaks to the status line set -g status-right "%H:%M" #set -g window-status-current-attr "underscore"