summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Sobkowski <maciejjo@maciejjo.pl>2016-06-17 22:12:21 +0200
committerMaciej Sobkowski <maciejjo@maciejjo.pl>2016-06-17 22:12:21 +0200
commit1e61926a9a0eac2fd7af3fabf4c1f063fae53f9f (patch)
tree05e2ec0531ea2fba510446f75adca2f7f48e6198
parente7e3dcc3760e6f0be19d190c6c058192fcbd5b65 (diff)
tmux: fix colorsHEADmaster
-rw-r--r--tmux/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index b06c890..dac611a 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -48,3 +48,5 @@ setw -g window-status-current-attr bold
set -g message-attr bold
set -g message-fg colour117
set -g message-bg colour235
+
+set -g default-terminal "screen-256color"