mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -511,7 +511,8 @@ to least)."
|
||||
(when (and (not noninteractive)
|
||||
(file-readable-p 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))
|
||||
shell-file-name (or (getenv "SHELL")
|
||||
shell-file-name))))
|
||||
|
Reference in New Issue
Block a user