Variable: eshell-highlight-prompt

eshell-highlight-prompt is a customizable variable defined in em-prompt.el.gz.

Value

t

Documentation

If non-nil, Eshell should highlight the prompt.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-prompt.el.gz
(defcustom eshell-highlight-prompt t
  "If non-nil, Eshell should highlight the prompt."
  :type 'boolean
  :group 'eshell-prompt)