play with eshell banner message
This commit is contained in:
parent
a657088042
commit
46e7ccc8df
8
init.el
8
init.el
@ -268,8 +268,9 @@ For instance:
|
||||
(eshell-hist-ignoredups t)
|
||||
(eshell-history-file-name (expand-file-name "zsh/histfile" "~/.local/share/"))
|
||||
(eshell-history-size nil)
|
||||
(eshell-banner-message "")
|
||||
(eshell-expand-input-functions '(eshell-expand-history-references))
|
||||
:init
|
||||
(setq eshell-banner-message "")
|
||||
:config
|
||||
(add-to-list 'tramp-remote-path "/bedrock/bin" 'append)
|
||||
(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))
|
||||
(add-hook 'eshell-mode-hook #'mir/esh-outline-setup))
|
||||
(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
|
||||
:ensure (eat :type git
|
||||
|
Loading…
Reference in New Issue
Block a user