diff --git a/thoom-emacs/modules/thoom-eshell.el b/thoom-emacs/modules/thoom-eshell.el index cbabb7d..509b42c 100644 --- a/thoom-emacs/modules/thoom-eshell.el +++ b/thoom-emacs/modules/thoom-eshell.el @@ -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)