From 6b32b6d18c7303aa6a4c58c57bc0c4ea41a0d67c Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Fri, 20 Feb 2026 15:46:01 -0600 Subject: [PATCH] feat: removed dash from python format symbol for starship --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 9358be1..56c1cad 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -360,7 +360,7 @@ format = '([\[](text)[$symbol($version)]($style)[\]](text))' symbol = " " [python] -format = '([─\[](text)[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style)[\]](text))' +format = '([\[](text)[${symbol}${pyenv_prefix}(${version})(\($virtualenv\))]($style)[\]](text))' style = "green" symbol = " "