mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
b4deda53a3
commit
a0abdc6344
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ function gitstatus_stop() {
|
|||
fi
|
||||
|
||||
[[ -n $file_prefix ]] && zf_rm -f -- "$file_prefix.lock" "$file_prefix.fifo"
|
||||
[[ -n $lock_fd ]] && system flock -u $lock_fd
|
||||
[[ -n $lock_fd ]] && zsystem flock -u $lock_fd
|
||||
[[ -n $req_fd ]] && exec {req_fd}>&-
|
||||
[[ -n $resp_fd ]] && exec {resp_fd}>&-
|
||||
|
||||
|
|
Loading…
Reference in a new issue