mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-08 14:21:05 +00:00
fix(haskell): Add the Haskell module to the default prompt order (#893)
This commit is contained in:
parent
8555143533
commit
9229a48bc9
@ -99,11 +99,11 @@ prompt_order = [
|
|||||||
"git_commit",
|
"git_commit",
|
||||||
"git_state",
|
"git_state",
|
||||||
"git_status",
|
"git_status",
|
||||||
"haskell",
|
|
||||||
"hg_branch",
|
"hg_branch",
|
||||||
"package",
|
"package",
|
||||||
"dotnet",
|
"dotnet",
|
||||||
"golang",
|
"golang",
|
||||||
|
"haskell",
|
||||||
"java",
|
"java",
|
||||||
"nodejs",
|
"nodejs",
|
||||||
"php",
|
"php",
|
||||||
|
@ -31,6 +31,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
|
|||||||
// (Let's keep these sorted alphabetically)
|
// (Let's keep these sorted alphabetically)
|
||||||
"dotnet",
|
"dotnet",
|
||||||
"golang",
|
"golang",
|
||||||
|
"haskell",
|
||||||
"java",
|
"java",
|
||||||
"nodejs",
|
"nodejs",
|
||||||
"php",
|
"php",
|
||||||
|
Loading…
Reference in New Issue
Block a user