1
0
Fork 0

Remove the Less encoding environment variable

LESSCHARSET is not needed since Less automatically detects the locale.
pull/185/merge
Sorin Ionescu 12 years ago
parent 4fd347580e
commit a372ccf603

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

Loading…
Cancel
Save