From 930620e2ef10a9b7952b1a936bc686e8b5712a92 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 9 Mar 2026 20:22:18 -0400 Subject: [PATCH] fix python and nix icons --- prompt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompt b/prompt index 644be50..a9af7f7 100644 --- a/prompt +++ b/prompt @@ -27,9 +27,9 @@ check_venv() { } if _has_graphics; then - py="" + py="" js="󰌞" - nix="" + nix="" else py="py" js="js"