play with eshell banner message

This commit is contained in:
Miranda Marquez 2024-09-22 16:30:24 -08:00
parent a657088042
commit 46e7ccc8df

View File

@ -268,8 +268,9 @@ For instance:
(eshell-hist-ignoredups t) (eshell-hist-ignoredups t)
(eshell-history-file-name (expand-file-name "zsh/histfile" "~/.local/share/")) (eshell-history-file-name (expand-file-name "zsh/histfile" "~/.local/share/"))
(eshell-history-size nil) (eshell-history-size nil)
(eshell-banner-message "")
(eshell-expand-input-functions '(eshell-expand-history-references)) (eshell-expand-input-functions '(eshell-expand-history-references))
:init
(setq eshell-banner-message "")
:config :config
(add-to-list 'tramp-remote-path "/bedrock/bin" 'append) (add-to-list 'tramp-remote-path "/bedrock/bin" 'append)
(add-to-list 'eshell-modules-list 'eshell-rebind) (add-to-list 'eshell-modules-list 'eshell-rebind)
@ -522,7 +523,10 @@ If the current window occupies the whole frame, split it."
(setq-local outline-regexp eshell-prompt-regexp)) (setq-local outline-regexp eshell-prompt-regexp))
(add-hook 'eshell-mode-hook #'mir/esh-outline-setup)) (add-hook 'eshell-mode-hook #'mir/esh-outline-setup))
(use-package exec-path-from-shell (use-package exec-path-from-shell
:hook (eshell-mode . exec-path-from-shell-initialize)) :defer 3
:config (exec-path-from-shell-initialize)
;; :hook (eshell-mode . exec-path-from-shell-initialize)
)
(use-package eat (use-package eat
:ensure (eat :type git :ensure (eat :type git