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
cea3f32d59
commit
4be593ee5b
5 changed files with 5 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -221,7 +221,11 @@ function gitstatus_start() {
|
||||||
|
|
||||||
# We use `zsh -c` instead of plain {} or () to work around bugs in zplug. It hangs on startup.
|
# We use `zsh -c` instead of plain {} or () to work around bugs in zplug. It hangs on startup.
|
||||||
zsh -xc "
|
zsh -xc "
|
||||||
${(q)daemon} --lock-fd=3 --dirty-max-index-size=$max_dirty --num-threads=$threads
|
${(q)daemon} \
|
||||||
|
--lock-fd=3 \
|
||||||
|
--sigwinch-pid=$$ \
|
||||||
|
--num-threads=$threads \
|
||||||
|
--dirty-max-index-size=$max_dirty
|
||||||
echo -nE $'bye\x1f0\x1e'
|
echo -nE $'bye\x1f0\x1e'
|
||||||
" <&$req_fd >&$resp_fd 2>$log_file 3<$lock_file &!
|
" <&$req_fd >&$resp_fd 2>$log_file 3<$lock_file &!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue