mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-11 15:51:01 +00:00
fix: Add php to the default prompt order (#708)
This commit is contained in:
parent
ffef8ff144
commit
ea04f9bfc1
@ -100,6 +100,7 @@ prompt_order = [
|
||||
"golang",
|
||||
"java",
|
||||
"nodejs",
|
||||
"php",
|
||||
"python",
|
||||
"ruby",
|
||||
"rust",
|
||||
|
@ -33,6 +33,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
|
||||
"golang",
|
||||
"java",
|
||||
"nodejs",
|
||||
"php",
|
||||
"python",
|
||||
"ruby",
|
||||
"rust",
|
||||
|
Loading…
Reference in New Issue
Block a user