From 5715b60cd7c43967ea404b55c3f8a4e0175216f8 Mon Sep 17 00:00:00 2001 From: allan Date: Sun, 11 Jan 2026 15:15:50 +0100 Subject: [PATCH] changed icons --- bash-git-prompt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bash-git-prompt b/bash-git-prompt index 120d0a4..2eaabd7 100644 --- a/bash-git-prompt +++ b/bash-git-prompt @@ -23,13 +23,13 @@ set_git_prompt_theme_icons() { 2|3) BRANCH_ICON=" " STAGED_ICON="" - CONFLICT_ICON="✘" + CONFLICT_ICON="≠" CHANGED_ICON="±" - UNTRACKED_ICON="" + UNTRACKED_ICON="…" STASHED_ICON="" - AHEAD_ICON="" - BEHIND_ICON="" - NO_REMOTE_ICON="" + AHEAD_ICON="" + BEHIND_ICON="" + NO_REMOTE_ICON="󰊠" CLEAN_ICON="✔" DIRTY_ICON="✘" ;; @@ -62,13 +62,13 @@ set_git_prompt_theme_icons() { *) BRANCH_ICON=" " STAGED_ICON="" - CONFLICT_ICON="✘" + CONFLICT_ICON="≠" CHANGED_ICON="±" - UNTRACKED_ICON="" + UNTRACKED_ICON="…" STASHED_ICON="" - AHEAD_ICON="" - BEHIND_ICON="" - NO_REMOTE_ICON="" + AHEAD_ICON="" + BEHIND_ICON="" + NO_REMOTE_ICON="󰊠" CLEAN_ICON="✔" DIRTY_ICON="✘" ;;