diff --git a/init.el b/init.el index 3fb90fb..4302441 100644 --- a/init.el +++ b/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