Browse Source

Remove the Less encoding environment variable

LESSCHARSET is not needed since Less automatically detects the locale.
master
Sorin Ionescu 12 years ago
parent
commit
a372ccf603
  1. 1
      templates/zshenv

1
templates/zshenv

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

Loading…
Cancel
Save