mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 09:18:00 +00:00
Allow users to set a dirty-branch format
This commit is contained in:
parent
98d69fc91f
commit
1ff1099d05
@ -417,6 +417,11 @@ function git-info {
|
||||
if (( dirty > 0 )); then
|
||||
zstyle -s ':prezto:module:git:info:dirty' format 'dirty_format'
|
||||
zformat -f dirty_formatted "$dirty_format" "D:$dirty"
|
||||
# Overwrite branch format to use dirty-branch format
|
||||
zstyle -s ':prezto:module:git:info:dirty-branch' format 'branch_format'
|
||||
if [[ -n "$branch" && -n "$branch_format" ]]; then
|
||||
zformat -f branch_formatted "$branch_format" "b:$branch"
|
||||
fi
|
||||
else
|
||||
zstyle -s ':prezto:module:git:info:clean' format 'clean_formatted'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user