diff --git a/config/zsh/prompt.zsh b/config/zsh/prompt.zsh index d07f233..be65546 100644 --- a/config/zsh/prompt.zsh +++ b/config/zsh/prompt.zsh @@ -160,8 +160,8 @@ fs_prompt_git() { { local sep="${fg[sep]}" local tracking=() - (($ahead)) && tracking+="${fg[ahead]}${ahead}" # ↑ - (($behind)) && tracking+="${fg[behind]}${behind}" # ↓ + (($ahead)) && tracking+="${fg[ahead]}⇡${ahead}" # ↑ ⇡ + (($behind)) && tracking+="${fg[behind]}${behind}⇣" # ↓ ⇣ (($#tracking)) && result+="${(pj:$sep:)tracking}" (($conflicts)) && result+="${fg[conflict]} %{%B%}${conflicts}%{%b%}"