Variable: eshell-directory-change-hook
eshell-directory-change-hook is a customizable variable defined in
em-dirs.el.gz.
Value
nil
Documentation
A hook to run when the current directory changes.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-dirs.el.gz
(defcustom eshell-directory-change-hook nil
"A hook to run when the current directory changes."
:type 'hook)