Browse Source

Make pfetch render properly in eshell

main
parent
commit
6ef24b2e6a
  1. 9
      modules/editor.el

9
modules/editor.el

@ -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=.

Loading…
Cancel
Save