mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
A slightly more informative default eshell banner
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user