Variable: eshell-login-script

eshell-login-script is a customizable variable defined in em-script.el.gz.

Value

"/root/.emacs.d/eshell/login"

Documentation

If non-nil, a file to invoke when starting up Eshell interactively.

This file should be a file containing Eshell commands, where comment lines begin with #.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-script.el.gz
(defcustom eshell-login-script (expand-file-name "login" eshell-directory-name)
  "If non-nil, a file to invoke when starting up Eshell interactively.
This file should be a file containing Eshell commands, where comment
lines begin with `#'."
  :type 'file
  :group 'eshell-script)