From f8d556f502993afa019ca858cb22f292ffc12c2f Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Aug 2022 13:31:09 +0200 Subject: [PATCH] starship: disable {buf,bun,php,pulumi} modules --- .config/starship.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 25ee42f..9a0a3aa 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -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 = []