summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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