Variable: eshell--local-vars
eshell--local-vars is a variable defined in esh-cmd.el.gz.
Value
nil
Documentation
List of locally bound vars that should take precedence over env-vars.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-last-command-status) ;Define in esh-io.el.
(defvar eshell--local-vars nil
"List of locally bound vars that should take precedence over env-vars.")