Variable: eshell-ls-initial-args
eshell-ls-initial-args is a customizable variable defined in
em-ls.el.gz.
Value
nil
Documentation
If non-nil, this list of args is included before any call to ls.
This is useful for enabling human-readable format (-h), for example.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-initial-args nil
"If non-nil, this list of args is included before any call to `ls'.
This is useful for enabling human-readable format (-h), for example."
:type '(repeat :tag "Arguments" string))