Fix 'doom env -c'

Throwing "I don't understand 'doom env -c'" errors
This commit is contained in:
Henrik Lissner 2019-11-08 16:20:34 -05:00
parent ee2c1e384c
commit 35152fda67
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,8 +6,7 @@
"Generate the envvar file at PATH. Note that envvar files that aren't in "Generate the envvar file at PATH. Note that envvar files that aren't in
`doom-env-file' won't be loaded automatically at startup. You will need to `doom-env-file' won't be loaded automatically at startup. You will need to
load them manually from your private config with the `doom-load-envvars-file' load them manually from your private config with the `doom-load-envvars-file'
function.") function."))
&rest args)
"Creates or regenerates your envvars file. "Creates or regenerates your envvars file.
The envvars file is created by scraping your (interactive) shell environment The envvars file is created by scraping your (interactive) shell environment