From 49bf77b97ffeb7a83825c505b5c55b2dd77bc0eb Mon Sep 17 00:00:00 2001 From: Daniel Lundin 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..44678fa 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, ""),