diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-08 05:05:49 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-08 05:05:49 +0300 |
commit | cc670a558d6b01615ee55518753b8be3782a3d8a (patch) | |
tree | 33095f52b82e52c7db11b605dc61f418efa1e9e9 | |
parent | 206d6ac638d248f29bba8ec505c5dea3c0fefc70 (diff) |
typo
-rw-r--r-- | gitstatus/gitstatus.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index 652b25c0..b5e71097 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -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. 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' rm -f ${(q)req_fifo} ${(q)resp_fifo} " <&$req_fd >&$resp_fd 2>$log &! |