summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-30 15:57:17 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-30 15:57:17 -0800
commitb7e74807e268f9c17670555d4fe882b7b6b4f3de (patch)
tree4ff7f78b4a86627259ea4d07d6764abdf5c5518b /tmux.conf
parent[iTerm] Misc. (diff)
downloademacs.d-b7e74807e268f9c17670555d4fe882b7b6b4f3de.tar.gz
[tmux] Enable colors
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index c15a830..6a89ec5 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -4,6 +4,7 @@ unbind-key C-b
 bind C-t send-prefix
 
 set -g status off
+set -g default-terminal "screen-256color"
 
 # messaging
 set -g message-bg colour167