Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ohmyzsh has an extra symbol in my current git repository

Tags:

git

zsh

When I opened a git repository today with my current ohmyzsh theme I see a ⍟2 symbol by the version control info.

I haven't seen this before and a git status tells me nothing is wrong.

Doesn't seem like a cause for concern but I would like to know what its trying to tell me. Thanks!

enter image description here

I'm using the Powerlevel9k theme, the left prompt has this setup: POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(status load content dir vcs)

like image 584
Lon Kastenson Avatar asked Nov 02 '15 15:11

Lon Kastenson


People also ask

What is OhMyZsh?

Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...

Should I use oh my Zsh?

It is the most popular framework for managing Zsh configuration, plugins, and themes. It will help you transition from using your current shell to Zsh in the easiest way possible. Although Oh My Zsh can do many other things, it is the most famous for its ability to easily manage a ton of themes and plugins.

How do I know if oh my Zsh is installed?

Most versions of macOS ship with zsh pre-installed. You can check if this is the case and if so, which version you are running using the command: zsh --version . If the version is 4.3. 9 or higher, you should be good to go (we'll need at least this version to install Oh My Zsh later on).

Does Git work with Zsh?

git-prompt.sh is compatible with both Bash and Zsh. Zsh is powerful enough that there are entire frameworks dedicated to making it better.


1 Answers

That means you have 2 items in your stash. The list of symbols is here:

https://github.com/bhilburn/powerlevel9k#vcs

Excerpt of the README without the table formatting that won't work here on SO:

⍟3 | Number of stashes, here 3.

like image 121
Dan Lowe Avatar answered Oct 23 '22 15:10

Dan Lowe