Add SHELL to doom-info
This commit is contained in:
parent
6bcddad852
commit
9c29ad78e0
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ ready to be pasted in a bug report on github."
|
|||
(doom-modules (doom-modules)))
|
||||
(format
|
||||
(concat "- OS: %s (%s)\n"
|
||||
"- Shell: %s\n"
|
||||
"- Emacs: %s (%s)\n"
|
||||
"- Doom: %s (%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"
|
||||
" ```")
|
||||
system-type system-configuration
|
||||
shell-file-name
|
||||
emacs-version (format-time-string "%b %d, %Y" emacs-build-time)
|
||||
doom-version
|
||||
(or (string-trim (shell-command-to-string "git log -1 --format=\"%D %h %ci\""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue