From c533dd25bec86717b73e8280f352c7d93bac9d1a Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Aug 2022 11:51:46 +0200 Subject: [PATCH] starship: disable {daml,dart,deno} --- .config/starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 536360e..f0b79fe 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -53,6 +53,15 @@ style = 'red' [crystal] disabled = true +[daml] +disabled = true + +[dart] +disabled = true + +[deno] +disabled = true + [directory] truncate_to_repo = true truncation_symbol = "…/"