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
+1
View File
@@ -33,6 +33,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
"golang",
"java",
"nodejs",
"php",
"python",
"ruby",
"rust",