A slightly more informative default eshell banner

This commit is contained in:
Henrik Lissner 2018-06-16 16:59:33 +02:00
parent a4ccc2fc81
commit b991af552c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,7 +18,13 @@
;; ;;
(after! eshell ; built-in (after! eshell ; built-in
(setq eshell-scroll-to-bottom-on-input 'all (setq eshell-banner-message
'(format "%s %s\n"
(propertize (format " %s " (string-trim (buffer-name)))
'face 'mode-line-highlight)
(propertize (current-time-string)
'face 'font-lock-keyword-face))
eshell-scroll-to-bottom-on-input 'all
eshell-scroll-to-bottom-on-output 'all eshell-scroll-to-bottom-on-output 'all
eshell-buffer-shorthand t eshell-buffer-shorthand t
eshell-kill-processes-on-exit t eshell-kill-processes-on-exit t