From c2001ae2b311dd69d25250468fddf9d8e1c1b014 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 22 Dec 2024 00:18:50 -0800 Subject: [PATCH] Fix previous commit --- elisp/eshell-starship.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/eshell-starship.el b/elisp/eshell-starship.el index 4ffea7a..f38cb2d 100644 --- a/elisp/eshell-starship.el +++ b/elisp/eshell-starship.el @@ -35,7 +35,7 @@ This will also update all eshell-starship explain buffers that need updating." (revert-buffer))))))) (defcustom eshell-starship-module-order - '("remote" "cwd" "vc" t "cmd-time" "arrow") + '("remote" "cwd" "git" "vc" t "cmd-time" "arrow") "The order of modules for eshell-starship. This is a list with each element being a module name. The special value t can appear at most once to denote \"all remaining modules\"."