From 9c7eb95b57683a9a4f53896be012e24665af422c Mon Sep 17 00:00:00 2001 From: Alok Singh <72202791+aloksingh-rgb@users.noreply.github.com> Date: Sun, 19 Nov 2023 14:38:48 -0800 Subject: [PATCH] Edited so python virtualenv name shows up at the start of the prompt when activated --- starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starship.toml b/starship.toml index cb8be08..dcf96bd 100644 --- a/starship.toml +++ b/starship.toml @@ -1,5 +1,6 @@ format = """ [](#3B4252)\ +$python\ $username\ [](bg:#434C5E fg:#3B4252)\ $directory\ @@ -112,6 +113,10 @@ symbol = " " style = "bg:#86BBD8" format = '[ $symbol ($version) ]($style)' +[python] +style = "bg:#3B4252" +format = '[(\($virtualenv\) )]($style)' + [rust] symbol = "" style = "bg:#86BBD8"