starship: disable {buf,bun,php,pulumi} modules

This commit is contained in:
surtur 2022-08-16 13:31:09 +02:00
parent 502f361517
commit f8d556f502
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -12,6 +12,12 @@ command_timeout = 200
[aws]
disabled = false
[buf]
disabled = true
[bun]
disabled = true
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[🔥](bold #ee4e4e)"
@ -130,9 +136,15 @@ symbol = "⬢ "
style = "bright-black"
format = "[$symbol](bright-black)[($version )](bold $style)"
[php]
disabled = true
[purescript]
disabled = false
[pulumi]
disabled = true
[python]
# don't trigger just when a ".py" is found
detect_extensions = []