mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-02-03 01:12:16 +08:00
Colour branch name and add dirty string
This commit is contained in:
parent
5f039558a3
commit
fee63f0db8
2
git.zsh
2
git.zsh
@ -4,7 +4,7 @@ function git_prompt_info() {
|
|||||||
branch=${ref#refs/heads/}
|
branch=${ref#refs/heads/}
|
||||||
|
|
||||||
if [[ -d .git ]]; then
|
if [[ -d .git ]]; then
|
||||||
CURRENT_BRANCH="(${branch})"
|
CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%}) $(parse_git_dirty) "
|
||||||
else
|
else
|
||||||
CURRENT_BRANCH=''
|
CURRENT_BRANCH=''
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user