1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-22 10:49:02 +00:00

fix: Add php to the default prompt order (#708)

This commit is contained in:
AppleTheGolden 2019-12-10 17:52:55 +01:00 committed by Matan Kushner
parent ffef8ff144
commit ea04f9bfc1
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ prompt_order = [
"golang",
"java",
"nodejs",
"php",
"python",
"ruby",
"rust",

View File

@ -33,6 +33,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
"golang",
"java",
"nodejs",
"php",
"python",
"ruby",
"rust",