Suppress Eshell banner message
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
(use-package eshell
|
(use-package eshell
|
||||||
:config
|
:config
|
||||||
(setq eshell-destroy-buffer-when-process-dies t
|
(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/
|
;; From https://karthinks.com/software/jumping-directories-in-eshell/
|
||||||
(defun eshell/j (&optional regexp)
|
(defun eshell/j (&optional regexp)
|
||||||
|
|||||||
Reference in New Issue
Block a user