From b4020aecc3d5c3a9e39786576560e97ea6a5d923 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 2 Apr 2026 14:53:45 +0200 Subject: zsh: changed staged icon to checkmark --- zsh/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index f36bdf0..fab8a94 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -21,7 +21,7 @@ COLOR_STAGED=0 zstyle ':vcs_info:git*' formats "%K{$BLUE}  %b%u%c%m%a %k" zstyle ':vcs_info:*' enable git zstyle ':vcs_info:*' check-for-changes true -zstyle ':vcs_info:*' stagedstr "%F{$COLOR_STAGED} 󱇬%f" +zstyle ':vcs_info:*' stagedstr "%F{$COLOR_STAGED} 󰸞%f" zstyle ':vcs_info:*' unstagedstr "%F{$COLOR_UNSTAGED} ?%f" get_pkg_manager() { -- cgit v1.3.1