mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-01-22 22:45:37 +01:00
typo
This commit is contained in:
parent
206d6ac638
commit
cc670a558d
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ 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 -c "
|
zsh -c "
|
||||||
${(q)daemon}2 --dirty-max-index-size=${(q)max_dirty} --parent-pid=$$
|
${(q)daemon} --dirty-max-index-size=${(q)max_dirty} --parent-pid=$$
|
||||||
echo -nE $'bye\x1f0\x1e'
|
echo -nE $'bye\x1f0\x1e'
|
||||||
rm -f ${(q)req_fifo} ${(q)resp_fifo}
|
rm -f ${(q)req_fifo} ${(q)resp_fifo}
|
||||||
" <&$req_fd >&$resp_fd 2>$log &!
|
" <&$req_fd >&$resp_fd 2>$log &!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue