From 80f95671087c90323acadac6f2e06c042b716a03 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 13 Jul 2023 13:18:53 +1000 Subject: [PATCH] Pretty up Python version display in prompt --- config/starship.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/starship.toml b/config/starship.toml index 3eba119..ad13696 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -169,6 +169,7 @@ symbol = " " symbol = "🪺 " [python] +format = "[$symbol($version)]($style) " symbol = " " [rlang]