Remove 'generated from X shell' from envvar file #2835

`doom env` no longer uses a sub-shell to scrape the environment.
This commit is contained in:
Henrik Lissner
2020-04-07 19:56:56 -04:00
parent 3264e73a66
commit 6bc0fcf714

View File

@@ -103,7 +103,6 @@ default, on Linux, this is '$SHELL -ic /usr/bin/env'. Variables in
(insert
(concat
"# -*- mode: sh -*-\n"
(format "# Generated from a %s shell environent\n" shell-file-name)
"# ---------------------------------------------------------------------------\n"
"# This file was auto-generated by `doom env'. It contains a list of environment\n"
"# variables scraped from your default shell (excluding variables blacklisted\n"