Fix previous commit

This commit is contained in:
Alexander Rosenberg 2024-12-22 00:18:50 -08:00
parent b6ddcd03c0
commit c2001ae2b3
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -35,7 +35,7 @@ This will also update all eshell-starship explain buffers that need updating."
(revert-buffer))))))) (revert-buffer)))))))
(defcustom eshell-starship-module-order (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. "The order of modules for eshell-starship.
This is a list with each element being a module name. The special value t can 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\"." appear at most once to denote \"all remaining modules\"."