fix project root icon

This commit is contained in:
Bryan Ramos 2026-03-09 20:24:24 -04:00
parent 930620e2ef
commit 0088c9646a

2
prompt
View file

@ -61,7 +61,7 @@ check_venv() {
set_git_dir() {
if _has_graphics; then
project_icon=" "
project_icon=" "
else
project_icon="../"
fi