mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add SHELL to doom-info
This commit is contained in:
@ -18,6 +18,7 @@ ready to be pasted in a bug report on github."
|
|||||||
(doom-modules (doom-modules)))
|
(doom-modules (doom-modules)))
|
||||||
(format
|
(format
|
||||||
(concat "- OS: %s (%s)\n"
|
(concat "- OS: %s (%s)\n"
|
||||||
|
"- Shell: %s\n"
|
||||||
"- Emacs: %s (%s)\n"
|
"- Emacs: %s (%s)\n"
|
||||||
"- Doom: %s (%s)\n"
|
"- Doom: %s (%s)\n"
|
||||||
"- Graphic display: %s (daemon: %s)\n"
|
"- Graphic display: %s (daemon: %s)\n"
|
||||||
@ -32,6 +33,7 @@ ready to be pasted in a bug report on github."
|
|||||||
" exec-path: %s\n"
|
" exec-path: %s\n"
|
||||||
" ```")
|
" ```")
|
||||||
system-type system-configuration
|
system-type system-configuration
|
||||||
|
shell-file-name
|
||||||
emacs-version (format-time-string "%b %d, %Y" emacs-build-time)
|
emacs-version (format-time-string "%b %d, %Y" emacs-build-time)
|
||||||
doom-version
|
doom-version
|
||||||
(or (string-trim (shell-command-to-string "git log -1 --format=\"%D %h %ci\""))
|
(or (string-trim (shell-command-to-string "git log -1 --format=\"%D %h %ci\""))
|
||||||
|
Reference in New Issue
Block a user