mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Change dirty git string to a yello X
This commit is contained in:
parent
841cca16a6
commit
a9c1830462
1 changed files with 1 additions and 1 deletions
2
git.zsh
2
git.zsh
|
@ -13,5 +13,5 @@ function git_prompt_info() {
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_git_dirty () {
|
parse_git_dirty () {
|
||||||
[[ $(git status | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "%{$fg[white] ♻ "
|
[[ $(git status | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "%{$fg[yellow]%}✗%{$reset_color%}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue