Variable: eshell-ls-use-colors
eshell-ls-use-colors is a customizable variable defined in
em-ls.el.gz.
Value
t
Documentation
If non-nil, use colors in file listings.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-use-colors t
"If non-nil, use colors in file listings."
:type 'boolean)