dikiaap / dotfiles

Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.

Home Page:https://git.io/~dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oh-my-zsh: unknown character in FMT_VCS_STATUS variable

imann24 opened this issue · comments

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

  • OS: MacOS Mojave
  • Package: oh-my-zsh theme

Additional context

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

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