Variable: eshell-command-interpreter-max-length
eshell-command-interpreter-max-length is a customizable variable
defined in esh-ext.el.gz.
Value
256
Documentation
The maximum length of any command interpreter string, plus args.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-ext.el.gz
(defcustom eshell-command-interpreter-max-length 256
"The maximum length of any command interpreter string, plus args."
:type 'integer
:group 'eshell-ext)