mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
pull upstream changes from gitstatus
This commit is contained in:
@@ -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}>&-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user