Variable: eshell-rc-script

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

Value

"/root/.emacs.d/eshell/profile"

Documentation

If non-nil, a file to invoke whenever Eshell is started.

This includes when running eshell-command.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-script.el.gz
(defcustom eshell-rc-script (expand-file-name "profile" eshell-directory-name)
  "If non-nil, a file to invoke whenever Eshell is started.
This includes when running `eshell-command'."
  :type 'file
  :group 'eshell-script)