mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
Initialize ahead and behind local variables
This commit is contained in:
parent
88408e8bc2
commit
f3ae9dd82c
@ -126,13 +126,13 @@ function git-info {
|
|||||||
local added=0
|
local added=0
|
||||||
local added_format
|
local added_format
|
||||||
local added_formatted
|
local added_formatted
|
||||||
local ahead
|
local ahead=0
|
||||||
local ahead_and_behind
|
local ahead_and_behind
|
||||||
local ahead_and_behind_cmd
|
local ahead_and_behind_cmd
|
||||||
local ahead_format
|
local ahead_format
|
||||||
local ahead_formatted
|
local ahead_formatted
|
||||||
local ahead_or_behind
|
local ahead_or_behind
|
||||||
local behind
|
local behind=0
|
||||||
local behind_format
|
local behind_format
|
||||||
local behind_formatted
|
local behind_formatted
|
||||||
local branch
|
local branch
|
||||||
|
Loading…
Reference in New Issue
Block a user