Variable: shell-dirtrack-verbose
shell-dirtrack-verbose is a customizable variable defined in
shell.el.gz.
Value
t
Documentation
If non-nil, show the directory stack following directory change.
This is effective only if directory tracking is enabled.
The dirtrack package provides an alternative implementation of this feature -
see the function dirtrack-mode(var)/dirtrack-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/shell.el.gz
(defcustom shell-dirtrack-verbose t
"If non-nil, show the directory stack following directory change.
This is effective only if directory tracking is enabled.
The `dirtrack' package provides an alternative implementation of this feature -
see the function `dirtrack-mode'."
:type 'boolean
:group 'shell-directories)