changeset 46:d9f24f3996d6

Set a 256-colour terminal so tmux shows 256 colours
author IBBoard <dev@ibboard.co.uk>
date Tue, 21 Mar 2017 20:26:13 +0000
parents 768ac595e97d
children 066d31abcee4
files profile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/profile	Tue Mar 21 19:54:12 2017 +0000
+++ b/profile	Tue Mar 21 20:26:13 2017 +0000
@@ -11,4 +11,5 @@
 
 #Set us up for XCompose support of custom characters
 export GTK_IM_MODULE="ibus"
-export LS_OPTIONS="$LS_OPTIONS -p"
\ No newline at end of file
+export LS_OPTIONS="$LS_OPTIONS -p"
+export TERM=xterm-256
\ No newline at end of file