From 5c2dfe851d69e2040b6c07912a4260e257f0687a Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 4 May 2023 19:30:00 +0200 Subject: [PATCH] prompt: fix use of deprecated nerdfont icon --- scripts/prompt/src/prompt.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prompt/src/prompt.zig b/scripts/prompt/src/prompt.zig index 9f0ff57..3c0e3e9 100644 --- a/scripts/prompt/src/prompt.zig +++ b/scripts/prompt/src/prompt.zig @@ -20,7 +20,7 @@ const symbols = struct { const unstaged = ""; const home = ""; const root = ""; - const watch = ""; + const watch = ""; const jobs = ""; };