1
0
Fork 0
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:
romkatv 2020-02-22 18:33:45 +01:00
parent b4deda53a3
commit a0abdc6344

View file

@ -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}>&-