summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <>2020-05-07 18:46:10 -0700
committertslil clingman <>2020-05-07 18:46:10 -0700
commit1b69166937912b5810f1e99a7038f296bfed960c (patch)
tree043ae8537ff7e9ecbec51f322b95b31b22e0b433
parentcdd4ecb9ace8b66b66fa05841515c4cbe3a4acfa (diff)
tmux no login shell and window title
-rw-r--r--.tmux.conf5
1 files changed, 5 insertions, 0 deletions
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