Variable: eshell-history-size

eshell-history-size is a customizable variable defined in em-hist.el.gz.

Value

128

Documentation

Size of the input history ring. If nil, use envvar HISTSIZE.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defcustom eshell-history-size 128
  "Size of the input history ring.  If nil, use envvar HISTSIZE."
  :type '(choice (const :tag "Use HISTSIZE" nil)
		 integer))