1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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

This commit is contained in:
Marc Cornellà
2021-11-09 10:25:23 +01:00
parent 4a74349635
commit 3dc66bd367

View File

@@ -52,8 +52,8 @@ warn_prompt="$emoji[collision_symbol]"
vcs_unstaged_glyph="%{$emoji[circled_latin_capital_letter_m]$emoji2[emoji_style] %2G%}"
vcs_staged_glyph="%{$emoji[high_voltage_sign]%2G%}"
vcs_branch_glyph=$(print -P $'\Ue0a0') # 
vcs_action_glyph=$(print -P $'\U276f') #
vcs_branch_glyph=$'\Ue0a0' # 
vcs_action_glyph=$'\U276f' #
red="$FG[001]"
yellow="$FG[003]"