]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lesskey: Increase less' history to 1000 lines.
authorSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:21:00 +0000 (17:21 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:21:00 +0000 (17:21 +0100)
lesskey

diff --git a/lesskey b/lesskey
index da9ace4a191d7d9722c506e19dad4fbb169b580f..3a4e402ef6d2fbb60e171103be39b84974b05af4 100644 (file)
--- a/lesskey
+++ b/lesskey
@@ -50,3 +50,5 @@ LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS -
 # Store less' history file in this directory. HISTORY_PATH is replaced by
 # setup.sh because lesskey doesn't expand ~/.
 LESSHISTFILE = HISTORY_PATH
+# Increase the history size, default is 100.
+LESSHISTSIZE = 1000