1
0
Fork 0

Change dirty git string to a yello X

pull/4/head
Geoff Garside 15 years ago
parent 7b844f8aa3
commit 5f039558a3

@ -13,5 +13,5 @@ function git_prompt_info() {
}
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…
Cancel
Save