Download:
child 95:9376314be253
parent 93:35c472f147db
94:a71f653e9cf2
Anton Shestakov <engored@ya.ru>, Thu, 21 May 2015 15:28:17 +0800
.bashrc: export xterm-256color to work around vte bug

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
.bashrc file | annotate | diff | comparison | revisions
--- a/.bashrc Wed May 13 15:40:20 2015 +0800
+++ b/.bashrc Thu May 21 15:28:17 2015 +0800
@@ -22,6 +22,8 @@
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
+[[ $COLORTERM == 'xfce4-terminal' ]] && export TERM=xterm-256color
+
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi