Variable: eshell-post-command-hook

eshell-post-command-hook is a customizable variable defined in esh-cmd.el.gz.

Value

nil

Documentation

A hook run after each interactive command is invoked.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defcustom eshell-post-command-hook nil
  "A hook run after each interactive command is invoked."
  :type 'hook)