-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support to show nr of stashes #47
base: master
Are you sure you want to change the base?
Conversation
HeikoH
commented
Sep 18, 2014
@@ -97,5 +101,6 @@ ZSH_THEME_GIT_PROMPT_BEHIND="%{↓%G%}" | |||
ZSH_THEME_GIT_PROMPT_AHEAD="%{↑%G%}" | |||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{…%G%}" | |||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}%{✔%G%}" | |||
ZSH_THEME_GIT_PROMPT_STASHES="%{$fg_bold[yellow]%}%{⚑%G%}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the branch and the checkmark are bold. Status numbers aren't. Maybe this should just be $fg[yellow]
?
I tried this, but it doesn’t work: git prompt stops showing |
@andya9 for me it works (but there are mixed tabs/space problems). i wish it will merged |
Is this feature still not in? |
Take a look at https://github.com/starcraftman/zsh-git-prompt, @nomaed |
I actually got to work today and took a look at my configuration there, and I saw that it's exactly what I was using :) I think Homebrew should update the source of zsh-git-prompt they're providing... |