starship: disable {buf,bun,php,pulumi} modules
This commit is contained in:
parent
502f361517
commit
f8d556f502
@ -12,6 +12,12 @@ command_timeout = 200
|
|||||||
[aws]
|
[aws]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
|
[buf]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
[bun]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[➜](bold green)"
|
success_symbol = "[➜](bold green)"
|
||||||
error_symbol = "[🔥](bold #ee4e4e)"
|
error_symbol = "[🔥](bold #ee4e4e)"
|
||||||
@ -130,9 +136,15 @@ symbol = "⬢ "
|
|||||||
style = "bright-black"
|
style = "bright-black"
|
||||||
format = "[$symbol](bright-black)[($version )](bold $style)"
|
format = "[$symbol](bright-black)[($version )](bold $style)"
|
||||||
|
|
||||||
|
[php]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[purescript]
|
[purescript]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
|
[pulumi]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
# don't trigger just when a ".py" is found
|
# don't trigger just when a ".py" is found
|
||||||
detect_extensions = []
|
detect_extensions = []
|
||||||
|
Loading…
Reference in New Issue
Block a user