|
@ -139,10 +139,19 @@ |
|
|
|
|
|
|
|
|
(use-package eshell-prompt-extras |
|
|
(use-package eshell-prompt-extras |
|
|
:custom (eshell-highlight-prompt nil) |
|
|
:custom (eshell-highlight-prompt nil) |
|
|
|
|
|
(eshell-prefer-lisp-functions nil) |
|
|
(eshell-prompt-function 'epe-theme-lambda)) |
|
|
(eshell-prompt-function 'epe-theme-lambda)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; Make ~pfetch~ output as a visual command. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(with-eval-after-load 'eshell |
|
|
|
|
|
(add-to-list 'eshell-visual-commands "pfetch")) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; Open an =eshell= buffer with =SPC e=. |
|
|
;; Open an =eshell= buffer with =SPC e=. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|