fix(emotty): fix glyphs output width in emotty theme

parent 4a743496
...@@ -51,9 +51,9 @@ root_prompt="$emoji[skull]" ...@@ -51,9 +51,9 @@ root_prompt="$emoji[skull]"
warn_prompt="$emoji[collision_symbol]" warn_prompt="$emoji[collision_symbol]"
vcs_unstaged_glyph="%{$emoji[circled_latin_capital_letter_m]$emoji2[emoji_style] %2G%}" vcs_unstaged_glyph="%{$emoji[circled_latin_capital_letter_m]$emoji2[emoji_style] %2G%}"
vcs_staged_glyph="%{$emoji[high_voltage_sign] %2G%}" vcs_staged_glyph="%{$emoji[high_voltage_sign]%2G%}"
vcs_branch_glyph=$(print -P $'\Ue0a0') #  vcs_branch_glyph=$'\Ue0a0' # 
vcs_action_glyph=$(print -P $'\U276f') # ❯ vcs_action_glyph=$'\U276f' # ❯
red="$FG[001]" red="$FG[001]"
yellow="$FG[003]" yellow="$FG[003]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment