mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
7963a365d8
commit
303417688e
1 changed files with 2 additions and 1 deletions
|
@ -562,6 +562,7 @@ function gitstatus_start() {
|
|||
done
|
||||
} always {
|
||||
local -i ret=$?
|
||||
zf_rm -f -- $file_prefix.lock $file_prefix.fifo
|
||||
kill -- -$pgid
|
||||
}
|
||||
} &!
|
||||
|
@ -575,7 +576,7 @@ function gitstatus_start() {
|
|||
fi
|
||||
} &!
|
||||
) || return
|
||||
} 3>>$daemon_log </dev/null >/dev/null || return
|
||||
} <&- >&- 3>>$daemon_log || return
|
||||
|
||||
typeset -gi _GITSTATUS_STATE_$name=1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue