get rid of $TERM re-exporting + add support for non-256color vim, long overdue
This commit is contained in:
parent
08600a8cac
commit
d5ecb4a96d
5 changed files with 8 additions and 12 deletions
1
bashrc
1
bashrc
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue