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\"."