diff --git a/p11k.el b/p11k.el index 07f942c..70a056c 100644 --- a/p11k.el +++ b/p11k.el @@ -147,6 +147,9 @@ (defface p11k/cyan '((t (:foreground "cyan"))) "Face for \"cyan\" parts of p11k prompt.") +(defface eshell-prompt '((t (:inherit 'default))) + "Redefining the base esh prompt to neutral. for p11k.") + (defun p11k/setup-git-status () "Declare variables and faces for git info in p11k prompt." (face-spec-set 'gitstatus-clean-face '((t (:inherit 'p11k/green))))