From 1b69166937912b5810f1e99a7038f296bfed960c Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 7 May 2020 18:46:10 -0700 Subject: tmux no login shell and window title --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index c891263..0f2ea19 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,10 @@ +set -g default-command "${SHELL}" + set -g default-terminal "screen-256color" +set -g set-titles on +set -g set-titles-string "#T" + set -g status-bg '#DAEFEF' set -g status-fg black -- cgit v1.2.3