From c2c835a3e55d644f378ab81f9b1faf1f07737fb5 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 18 Apr 2022 15:51:33 +0200 Subject: [PATCH] Detect poetry environments --- .config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index f3655c1..1d68503 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -12,3 +12,8 @@ disabled = true [directory] truncate_to_repo = false + +[env_var.POETRY_ACTIVE] +format = "[$symbol ]($style)" +style = "blue" +symbol = "poetry"