Add epic EAT terminal, now with cursor moving!
This commit is contained in:
parent
420b178b4b
commit
2099ab6242
3
eshell/profile
Normal file
3
eshell/profile
Normal file
@ -0,0 +1,3 @@
|
||||
clear
|
||||
eat-eshell-mode >/dev/null
|
||||
neofetch
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user