Remove the Less encoding environment variable
LESSCHARSET is not needed since Less automatically detects the locale.
This commit is contained in:
parent
4fd347580e
commit
a372ccf603
|
@ -66,7 +66,6 @@ if [[ "$OSTYPE" == darwin* ]]; then
|
|||
fi
|
||||
|
||||
# Less
|
||||
export LESSCHARSET="UTF-8"
|
||||
export LESSHISTFILE='-'
|
||||
export LESSEDIT='vim ?lm+%lm. %f'
|
||||
|
||||
|
|
Loading…
Reference in a new issue