Variable: eshell-glob-case-insensitive
eshell-glob-case-insensitive is a customizable variable defined in
em-glob.el.gz.
Value
nil
Documentation
If non-nil, glob pattern matching will ignore case.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-glob-case-insensitive (eshell-under-windows-p)
"If non-nil, glob pattern matching will ignore case."
:type 'boolean
:group 'eshell-glob)