Remove the Less encoding environment variable

LESSCHARSET is not needed since Less automatically detects the locale.
This commit is contained in:
Sorin Ionescu 2012-05-31 21:47:53 -04:00
parent 4fd347580e
commit a372ccf603
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ if [[ "$OSTYPE" == darwin* ]]; then
fi
# Less
export LESSCHARSET="UTF-8"
export LESSHISTFILE='-'
export LESSEDIT='vim ?lm+%lm. %f'