From b9b586efd1c1691fd60e7363681f57f78eaa858d Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 16 Jan 2026 03:25:04 -0800 Subject: [PATCH] Update ehsell-starship.el --- elisp/eshell-starship.el | 1 + 1 file changed, 1 insertion(+) 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