From 9c29ad78e064f7807c5f4f3d78b38dd7ddbafe16 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 26 Jun 2019 13:48:49 +0200 Subject: [PATCH] Add SHELL to doom-info --- core/autoload/debug.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/autoload/debug.el b/core/autoload/debug.el index 83fa67f00..4574bf55e 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -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\""))