From 844c10948b3c7a853ff2015fc7d123fc01a457c7 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 7 Nov 2025 13:34:45 -0500 Subject: [PATCH] Update python prompt module to only show when venv is active Add leading space to RO path icon --- starship.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/starship.toml b/starship.toml index e86f29b..cc59b1b 100644 --- a/starship.toml +++ b/starship.toml @@ -5,8 +5,8 @@ format = '${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$ [directory] format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#XXXXXX)" style = "fg:bright-white bg:#444444" -read_only = '' -read_only_style = "bold fg:bright-red bg:#444444" +read_only = ' ' +read_only_style = "bold fg:red bg:#444444" truncation_symbol = ' ' home_symbol = '' [directory.substitutions] @@ -34,8 +34,8 @@ format = '([](bold fg:#XXXXXX bg:#f4862c)[$all_status$ahead_behind]($style)[ [python] style = 'bold bg:#fcf52a fg:black' -symbol = '' -format = '[](bold fg:#XXXXXX bg:#fcf52a)[$symbol( $virtualenv)]($style)[](bold bg:#XXXXXX fg:#fcf52a)' +symbol = '' +format = '([](bold fg:#XXXXXX bg:#fcf52a)[$virtualenv]($style)[](bold bg:#XXXXXX fg:#fcf52a))' [custom.toolbox] style = "bold bg:#XXXXXX fg:bright-white"