1
0
Fork 0

get rid of $TERM re-exporting + add support for non-256color vim, long overdue

This commit is contained in:
Von Random 2014-10-14 19:16:56 +04:00
parent 08600a8cac
commit d5ecb4a96d
5 changed files with 8 additions and 12 deletions

1
bashrc
View file

@ -16,7 +16,6 @@ COMP_ENABLE=true
# Other useful vars
#export LC_CTYPE= <- for system messages locale
[[ $TERM == screen || $TERM == xterm ]] && export TERM=$TERM-256color
export LC_ALL='en_GB.UTF-8'
export LANG=$LC_ALL
export PAGER='less -R'