# HG changeset patch # User IBBoard # Date 1490127973 0 # Node ID d9f24f3996d61dbc853a677b0fcb3047a2087223 # Parent 768ac595e97dda3f5a57dc2c7c92c461c39103a6 Set a 256-colour terminal so tmux shows 256 colours diff -r 768ac595e97d -r d9f24f3996d6 profile --- 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