Variable: eshell-after-initialize-hook
eshell-after-initialize-hook is a customizable variable defined in
esh-mode.el.gz.
Value
nil
Documentation
A hook that gets run after an Eshell session has been fully initialized.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-after-initialize-hook nil
"A hook that gets run after an Eshell session has been fully initialized."
:type 'hook)