mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
06603a2d62
commit
1b5ee70b3d
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ function gitstatus_start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
local -i err=$?
|
local -i err=$?
|
||||||
(( stderr_fd )) && exec 2>&$stderr_fd
|
(( stderr_fd )) && exec 2>&$stderr_fd {stderr_fd}>&-
|
||||||
(( err == 0 )) && return
|
(( err == 0 )) && return
|
||||||
|
|
||||||
gitstatus_stop $name
|
gitstatus_stop $name
|
||||||
|
|
Loading…
Reference in a new issue