Mercurial > repos > other > linux
changeset 47:066d31abcee4
Set 256-colour terminal
Should be enough to set it in Profile, but only seems to work once set in bashrc
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 21 Mar 2017 20:55:19 +0000 |
parents | d9f24f3996d6 |
children | 39bdd245431b 8f4076fd85a9 6b1492d34562 |
files | bashrc profile |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bashrc Tue Mar 21 20:26:13 2017 +0000 +++ b/bashrc Tue Mar 21 20:55:19 2017 +0000 @@ -10,6 +10,9 @@ # Use a sane editor export EDITOR=/usr/bin/nano +# Set 256-colour terminal support +export TERM="xterm-256color" + #Import aliases test -s ~/.alias && . ~/.alias || true
--- a/profile Tue Mar 21 20:26:13 2017 +0000 +++ b/profile Tue Mar 21 20:55:19 2017 +0000 @@ -12,4 +12,4 @@ #Set us up for XCompose support of custom characters export GTK_IM_MODULE="ibus" export LS_OPTIONS="$LS_OPTIONS -p" -export TERM=xterm-256 \ No newline at end of file +export TERM="xterm-256color" \ No newline at end of file