Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
c66d8a84
Unverified
Commit
c66d8a84
authored
Oct 10, 2020
by
Sreekanth S
Committed by
GitHub
Oct 10, 2020
Browse files
agnoster: fix icon for unstaged git status (#9164)
parent
6e7b8616
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/agnoster.zsh-theme
View file @
c66d8a84
...
...
@@ -131,7 +131,7 @@ prompt_git() {
zstyle
':vcs_info:*'
get-revision
true
zstyle
':vcs_info:*'
check-for-changes
true
zstyle
':vcs_info:*'
stagedstr
'✚'
zstyle
':vcs_info:*'
unstagedstr
'
●
'
zstyle
':vcs_info:*'
unstagedstr
'
±
'
zstyle
':vcs_info:*'
formats
' %u%c'
zstyle
':vcs_info:*'
actionformats
' %u%c'
vcs_info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment