Variable: eshell-cd-shows-directory

eshell-cd-shows-directory is a customizable variable defined in em-dirs.el.gz.

Value

nil

Documentation

If non-nil, using cd will report the directory it changes to.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
(defcustom eshell-cd-shows-directory nil
  "If non-nil, using `cd' will report the directory it changes to."
  :type 'boolean)