A slightly more informative default eshell banner
This commit is contained in:
parent
a4ccc2fc81
commit
b991af552c
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue