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"