From b0ff5fcf32414fd43d2047f45780ce888b0a4d68 Mon Sep 17 00:00:00 2001
From: Daniel Lundin <dln@arity.se>
Date: Tue, 19 Nov 2024 22:20:34 +0100
Subject: [PATCH] fish: Add icons to jj fish prompt

---
 home/common/fish.nix | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/home/common/fish.nix b/home/common/fish.nix
index 40d2749..946d59a 100644
--- a/home/common/fish.nix
+++ b/home/common/fish.nix
@@ -101,12 +101,9 @@
             "\e[0m",
             separate(
               " ",
-              surround("\e[0;35m", "\e[0m", bookmarks.join(":")),
-              separate(
-                " ",
-                surround("\e[0;1;95m", "\e[0;2;3m", change_id.shortest()),
-                surround("\e[0;34m",   "\e[0;2;3m", commit_id.shortest()),
-              ),
+              surround("\e[0;1;95m ", "\e[0;2;3m", change_id.shortest()),
+              surround("\e[0;35m󰸕 ", "\e[0m", bookmarks.join("|")),
+              surround("\e[0;34m ",   "\e[0;2;3m", commit_id.shortest()),
               if(conflict,  "󰂭"),
               if(empty,     ""),
               if(divergent, ""),