Suppress Eshell banner message

This commit is contained in:
2024-09-16 15:31:24 -07:00
parent 3ddbe04079
commit 8ffe16ed9a

View File

@@ -23,7 +23,8 @@
(use-package eshell
:config
(setq eshell-destroy-buffer-when-process-dies t
eshell-visual-commands '())
eshell-visual-commands '()
eshell-banner-message "")
;; From https://karthinks.com/software/jumping-directories-in-eshell/
(defun eshell/j (&optional regexp)