From afc1f6d45c4c3c723e87c00b871e3b22dc83508e Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Fri, 28 Jun 2024 17:24:25 +1000 Subject: [PATCH] added venv indicator when in python venv --- .config/starship/config.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.config/starship/config.toml b/.config/starship/config.toml index 959ea7d..6ec5ebb 100644 --- a/.config/starship/config.toml +++ b/.config/starship/config.toml @@ -105,13 +105,6 @@ format = "[ $path ]($style)" truncation_length = 3 truncation_symbol = "…/" -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = "󰝚 " -"Pictures" = " " -"Developer" = "󰲋 " - [git_branch] symbol = "" style = "bg:teal" @@ -164,7 +157,7 @@ format = '[[ $symbol( $version) ](fg:base bg:teal)]($style)' [python] symbol = "" style = "bg:teal" -format = '[[ $symbol( $version) ](fg:base bg:teal)]($style)' +format = '[[ $symbol( $version) $virtualenv ](fg:base bg:teal)]($style)' [docker_context] symbol = ""