Variable: eshell-pre-command-hook

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

Value

(tramp-flush-file-function)

Documentation

A hook run before each interactive command is invoked.

Source Code

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