1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 02:50:08 +00:00

pull upstream changes from gitstatus

This commit is contained in:
romkatv 2019-10-03 14:51:01 +02:00
parent aa606e6cb0
commit aa79dad7e3

View file

@ -528,5 +528,5 @@ function gitstatus_check() {
[[ -n ${(P)${:-GITSTATUS_DAEMON_PID_${1}}} ]]
}
setopt ${_gitstatus_opts[@]}
(( ${#_gitstatus_opts} )) && setopt ${_gitstatus_opts[@]}
'builtin' 'unset' '_gitstatus_opts'