Variable: eshell-list-files-after-cd

eshell-list-files-after-cd is a customizable variable defined in em-dirs.el.gz.

Value

nil

Documentation

If non-nil, call "ls" with any remaining args after doing a cd.

This is provided for convenience, since the same effect is easily achieved by adding a function to eshell-directory-change-hook that calls "ls" and references eshell-last-arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
(defcustom eshell-list-files-after-cd nil
  "If non-nil, call \"ls\" with any remaining args after doing a cd.
This is provided for convenience, since the same effect is easily
achieved by adding a function to `eshell-directory-change-hook' that
calls \"ls\" and references `eshell-last-arguments'."
  :type 'boolean)