make sure eat works in eshell
This commit is contained in:
parent
75d3585580
commit
64090e89b7
|
@ -4038,7 +4038,9 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
|
||||||
*** EAT
|
*** EAT
|
||||||
Emulate a terminal
|
Emulate a terminal
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-hook 'eshell-load-hook #'eat-eshell-mode)
|
(use-package eat
|
||||||
|
:init
|
||||||
|
(add-hook 'eshell-load-hook #'eat-eshell-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Esh-autosuggest
|
*** Esh-autosuggest
|
||||||
|
|
4
init.el
4
init.el
|
@ -2968,7 +2968,9 @@ targets."
|
||||||
"C-d" 'kill-buffer-and-window
|
"C-d" 'kill-buffer-and-window
|
||||||
"<up>" 'eshell-previous-input))
|
"<up>" 'eshell-previous-input))
|
||||||
|
|
||||||
(add-hook 'eshell-load-hook #'eat-eshell-mode)
|
(use-package eat
|
||||||
|
:init
|
||||||
|
(add-hook 'eshell-load-hook #'eat-eshell-mode))
|
||||||
|
|
||||||
(setq vterm-buffer-name-string "vterm %s"
|
(setq vterm-buffer-name-string "vterm %s"
|
||||||
vterm-shell "/run/current-system/sw/bin/zsh")
|
vterm-shell "/run/current-system/sw/bin/zsh")
|
||||||
|
|
Loading…
Reference in a new issue