parent
66ddbf981e
commit
0383e504fe
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue