Update ehsell-starship.el

This commit is contained in:
2026-01-16 03:25:04 -08:00
parent 1d19702925
commit b9b586efd1

View File

@ -496,6 +496,7 @@ For example, a revert. If there is no current operation, return nil."
(eshell-starship-defmodule git (eshell-starship-defmodule git
:predicate (lambda () :predicate (lambda ()
(eq (vc-responsible-backend default-directory t) 'Git)) (eq (vc-responsible-backend default-directory t) 'Git))
:prefix "on "
:color "medium purple" :color "medium purple"
:icon "󰊢 " :icon "󰊢 "
:reload-on 'always :reload-on 'always