redefine eshell-prompt face, default is ugly
This commit is contained in:
parent
0d0798e94f
commit
c9ca487475
3
p11k.el
3
p11k.el
@ -147,6 +147,9 @@
|
|||||||
(defface p11k/cyan '((t (:foreground "cyan")))
|
(defface p11k/cyan '((t (:foreground "cyan")))
|
||||||
"Face for \"cyan\" parts of p11k prompt.")
|
"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 ()
|
(defun p11k/setup-git-status ()
|
||||||
"Declare variables and faces for git info in p11k prompt."
|
"Declare variables and faces for git info in p11k prompt."
|
||||||
(face-spec-set 'gitstatus-clean-face '((t (:inherit 'p11k/green))))
|
(face-spec-set 'gitstatus-clean-face '((t (:inherit 'p11k/green))))
|
||||||
|
Loading…
Reference in New Issue
Block a user