diff --git a/modules/emacs/eshell/autoload/eshell.el b/modules/emacs/eshell/autoload/eshell.el index 13737f1ff..0cf4c1ea3 100644 --- a/modules/emacs/eshell/autoload/eshell.el +++ b/modules/emacs/eshell/autoload/eshell.el @@ -63,7 +63,8 @@ 'face '+eshell-prompt-pwd) (propertize (+eshell--current-git-branch) 'face '+eshell-prompt-git-branch) - " λ ")) + (propertize " λ" 'face (if (zerop eshell-last-command-status) 'success 'error)) + " ")) ;;