Add epic EAT terminal, now with cursor moving!

This commit is contained in:
MitchMarq42 2022-11-25 22:41:05 -09:00
parent 420b178b4b
commit 2099ab6242
2 changed files with 8 additions and 0 deletions

3
eshell/profile Normal file
View File

@ -0,0 +1,3 @@
clear
eat-eshell-mode >/dev/null
neofetch

View File

@ -167,6 +167,11 @@ This is taken from a website that I can't remember at the moment."
(progn
(eshell-bol)
(insert "sudo ")))))))
(use-package eat
:straight (:repo "https://codeberg.org/akib/emacs-eat"
;; :files ("*.el" "dir" "*.info" "*.texi" "*.ti" ("e" "e/*"))
)
:hook (eshell-first-time-mode . eat-eshell-mode))
;; (use-package eshell-vterm
;; :after eshell
;; :custom (eshell-destroy-buffer-when-process-dies t)