Set a 256 color terminal

This commit is contained in:
Jonny Barnes 2017-12-11 16:19:47 +00:00
parent 73c7ef6613
commit 5b036180e8

3
tmux
View file

@ -14,3 +14,6 @@ set -g mouse on
# don't rename windows automatically
set-option -g allow-rename off
# Get 256 colour support
set -g default-terminal "xterm-256color"