Clean up eshell banner message

This commit is contained in:
MitchMarq42 2023-03-06 11:05:10 -09:00
parent f725513913
commit 06e6bdba51
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
clear
# clear
eat-eshell-mode >/dev/null
neofetch

View File

@ -183,7 +183,7 @@
(eshell-hist-ignoredups t)
(eshell-history-file-name nil)
(eshell-history-size nil)
(setq eshell-banner-message "\n\n")
(eshell-banner-message "")
:config
(add-to-list 'eshell-modules-list 'eshell-rebind)
(add-to-list 'eshell-modules-list 'eshell-hist)