Variable: eshell-modify-global-environment

eshell-modify-global-environment is a customizable variable defined in esh-var.el.gz.

Value

nil

Documentation

If non-nil, using export changes Emacs's global environment.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
(defcustom eshell-modify-global-environment nil
  "If non-nil, using `export' changes Emacs's global environment."
  :type 'boolean)