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_state",
|
||||
"git_status",
|
||||
"haskell",
|
||||
"hg_branch",
|
||||
"package",
|
||||
"dotnet",
|
||||
"golang",
|
||||
"haskell",
|
||||
"java",
|
||||
"nodejs",
|
||||
"php",
|
||||
|
|
|
@ -31,6 +31,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
|
|||
// (Let's keep these sorted alphabetically)
|
||||
"dotnet",
|
||||
"golang",
|
||||
"haskell",
|
||||
"java",
|
||||
"nodejs",
|
||||
"php",
|
||||
|
|
Loading…
Reference in New Issue