1
0
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:
Andrew Prokhorenkov 2020-02-01 16:16:10 -06:00 committed by GitHub
parent 8555143533
commit 9229a48bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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",