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"