mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
0e8989019e
commit
1d885a8a69
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ function gitstatus_start() {
|
||||||
|
|
||||||
req_fifo=$(mktemp -u "${TMPDIR:-/tmp}"/gitstatus.$$.pipe.req.XXXXXXXXXX)
|
req_fifo=$(mktemp -u "${TMPDIR:-/tmp}"/gitstatus.$$.pipe.req.XXXXXXXXXX)
|
||||||
mkfifo $req_fifo
|
mkfifo $req_fifo
|
||||||
sysopen -rw -o cloexec -u req_fd $req_fifo
|
sysopen -rw -o cloexec,sync -u req_fd $req_fifo
|
||||||
command rm -f $req_fifo
|
command rm -f $req_fifo
|
||||||
|
|
||||||
resp_fifo=$(mktemp -u "${TMPDIR:-/tmp}"/gitstatus.$$.pipe.resp.XXXXXXXXXX)
|
resp_fifo=$(mktemp -u "${TMPDIR:-/tmp}"/gitstatus.$$.pipe.resp.XXXXXXXXXX)
|
||||||
|
|
Loading…
Reference in a new issue