summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 433983f..c5a89c6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -194,7 +194,7 @@ if type vimpager &>/dev/null; then
fi
export LESSCHARSET="UTF-8"
export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-'
-export LESS='-i -n -w -g -M -R -P%t?f%f \
+export LESS='-i -n -w -M -R -P%t?f%f \
:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...'
# }}}