From 0088c9646a7e6e7c956b2a4a4f8215473b4a16f4 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 9 Mar 2026 20:24:24 -0400 Subject: [PATCH] fix project root icon --- prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt b/prompt index a9af7f7..2416a0a 100644 --- a/prompt +++ b/prompt @@ -61,7 +61,7 @@ check_venv() { set_git_dir() { if _has_graphics; then - project_icon=" " + project_icon=" " else project_icon="../" fi