Variable: eshell-first-time-p
eshell-first-time-p is a variable defined in esh-mode.el.gz.
Value
t
Documentation
A variable which is non-nil the first time Eshell is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defvar eshell-first-time-p t
"A variable which is non-nil the first time Eshell is loaded.")