Variable: eshell-post-rewrite-command-function
eshell-post-rewrite-command-function is a variable defined in
esh-cmd.el.gz.
Value
identity
Documentation
Function run after command rewriting is finished.
Takes the (rewritten) command, modifies it as it sees fit and returns the new result to use instead.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-post-rewrite-command-function #'identity
"Function run after command rewriting is finished.
Takes the (rewritten) command, modifies it as it sees fit and returns
the new result to use instead.")