dikiaap / dotfiles

Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
https://git.io/~dotfiles
MIT License
1.42k stars 186 forks source link

oh-my-zsh: unknown character in FMT_VCS_STATUS variable #9

Closed imann24 closed 5 years ago

imann24 commented 5 years ago

Describe the bug

Hi, there appears to be an unknown/undefined Unicode character in the oh-my-zsh theme:

Comparing the observed behavior in reference to the screenshot on the oh-my-zsh Wiki page: image -- https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes#oxide

To Reproduce

Steps to reproduce the behavior:

  1. Setup the oh-my-zsh theme
  2. Observe terminal prompt has unknown char in it between "on" and branch name

Expected behavior

Expect unicode character to match the one shown

Screenshots

image

Desktop

Additional context

dikiaap commented 5 years ago

That's a private use unicode provided by a monospaced font I installed. I checked Hack and Fira Code, they both support the branch unicode. What font do you use in your terminal?

x

imann24 commented 5 years ago

Appreciate the tip! I picked up Fira Code and am good to go.