From d9863a069af358aa6d129684f1904eb99a296451 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 28 Jun 2024 00:26:47 +0100 Subject: (Emacs/elisp)~eshell-prompt for git changes --- Emacs/.config/emacs/elisp/eshell-prompt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/elisp') diff --git a/Emacs/.config/emacs/elisp/eshell-prompt.el b/Emacs/.config/emacs/elisp/eshell-prompt.el index 8c156b8..483f097 100644 --- a/Emacs/.config/emacs/elisp/eshell-prompt.el +++ b/Emacs/.config/emacs/elisp/eshell-prompt.el @@ -54,9 +54,9 @@ behind or ahead the local repository is." (concat (cond ((string= status "ahead") - (propertize "→ " 'font-lock-face '(:foreground "dodger blue"))) + (propertize "→" 'font-lock-face '(:foreground "dodger blue"))) ((string= status "behind") - (propertize "← " 'font-lock-face '(:foreground "orange red")))) + (propertize "←" 'font-lock-face '(:foreground "orange red")))) n))))) (defun +eshell-prompt/--git-change-status () -- cgit v1.2.3-13-gbd6f