mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01: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…
Add table
Add a link
Reference in a new issue