Suppress Eshell banner message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user