Variable: eshell-ls-exclude-hidden

eshell-ls-exclude-hidden is a customizable variable defined in em-ls.el.gz.

Value

t

Documentation

Unless -a is specified, files beginning with . will not be shown.

Using this boolean, instead of eshell-ls-exclude-regexp, is both faster and conserves more memory.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-exclude-hidden t
  "Unless -a is specified, files beginning with . will not be shown.
Using this boolean, instead of `eshell-ls-exclude-regexp', is both
faster and conserves more memory."
  :type 'boolean)