mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -511,7 +511,8 @@ to least)."
|
|||||||
(when (and (not noninteractive)
|
(when (and (not noninteractive)
|
||||||
(file-readable-p doom-env-file))
|
(file-readable-p doom-env-file))
|
||||||
(doom-load-env-vars doom-env-file)
|
(doom-load-env-vars doom-env-file)
|
||||||
(setq exec-path (append (split-string (getenv "PATH") ":")
|
(setq exec-path (append (split-string (getenv "PATH")
|
||||||
|
(if IS-WINDOWS ";" ":"))
|
||||||
(list exec-directory))
|
(list exec-directory))
|
||||||
shell-file-name (or (getenv "SHELL")
|
shell-file-name (or (getenv "SHELL")
|
||||||
shell-file-name))))
|
shell-file-name))))
|
||||||
|
Reference in New Issue
Block a user