From: Aseem Athale Date: Mon, 22 May 2023 08:46:27 +0000 (+0530) Subject: patches/gitstatus: Fix nerd fonts broken by 3.0.0 update X-Git-Tag: v4.9~14^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=aed2725cb3f97c7eccf19928bb92441c075468d1;p=nnn.git patches/gitstatus: Fix nerd fonts broken by 3.0.0 update Signed-off-by: Aseem Athale --- diff --git a/patches/gitstatus/mainline.diff b/patches/gitstatus/mainline.diff index 9a0c583b..051b2c79 100644 --- a/patches/gitstatus/mainline.diff +++ b/patches/gitstatus/mainline.diff @@ -18,10 +18,10 @@ index 83ecdb90..4397944a 100644 +#define GIT_ADD "" +#define GIT_DEL "" +#define GIT_IGN "" -+#define GIT_MOD "" ++#define GIT_MOD "" +#define GIT_NEW "" +#define GIT_NON "-" -+#define GIT_UPD "ﮮ" ++#define GIT_UPD "󰚰" +#else +#define GIT_ADD "A" +#define GIT_DEL "D" diff --git a/patches/gitstatus/namefirst.diff b/patches/gitstatus/namefirst.diff index e1f3aa4b..1a7583e1 100644 --- a/patches/gitstatus/namefirst.diff +++ b/patches/gitstatus/namefirst.diff @@ -19,10 +19,10 @@ index 88538787..d4af7c43 100644 +#define GIT_ADD "" +#define GIT_DEL "" +#define GIT_IGN "" -+#define GIT_MOD "" ++#define GIT_MOD "" +#define GIT_NEW "" +#define GIT_NON "-" -+#define GIT_UPD "ﮮ" ++#define GIT_UPD "󰚰" +#else +#define GIT_ADD "A" +#define GIT_DEL "D"