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