Complain if envvar file exists, but isn't readable
This commit is contained in:
parent
e6201ca952
commit
331a53c0a1
1 changed files with 2 additions and 1 deletions
|
@ -553,7 +553,8 @@ to least)."
|
|||
|
||||
;; Load shell environment, optionally generated from 'doom env'
|
||||
(unless noninteractive
|
||||
(doom-load-envvars-file doom-env-file 'noerror))))
|
||||
(when (file-exists-p doom-env-file)
|
||||
(doom-load-envvars-file doom-env-file)))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue