Update ehsell-starship.el
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user