diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-30 15:57:17 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-30 15:57:17 -0800 |
commit | b7e74807e268f9c17670555d4fe882b7b6b4f3de (patch) | |
tree | 4ff7f78b4a86627259ea4d07d6764abdf5c5518b | |
parent | [iTerm] Misc. (diff) | |
download | emacs.d-b7e74807e268f9c17670555d4fe882b7b6b4f3de.tar.gz |
[tmux] Enable colors
Diffstat (limited to '')
-rw-r--r-- | tmux.conf | 1 |
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 |