starship: disable {buf,bun,php,pulumi} modules
This commit is contained in:
parent
502f361517
commit
f8d556f502
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user