diff --git a/modules/editor.el b/modules/editor.el index 81b0020..903ffc0 100644 --- a/modules/editor.el +++ b/modules/editor.el @@ -139,10 +139,19 @@ (use-package eshell-prompt-extras :custom (eshell-highlight-prompt nil) + (eshell-prefer-lisp-functions nil) (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=.