aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-31 12:10:46 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-31 12:10:46 +0300
commitfa90d99636c467037ce8285bfd56c49a8eb8036d (patch)
treea777aa3a5c7763ae44e11526d1cdba0a12b5ee0c
parent4c4402bfe449e91c28e566a99266e701a21f5092 (diff)
docs: mention that background processes are one-per-shell
https://github.com/romkatv/powerlevel10k/issues/139#issuecomment-516757677
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 808376fe..551a0ee7 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,8 @@ covered by the same license.
Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs`
prompt; gitstatus spawns `gitstatusd` and `zsh`. See
[gitstatus](https://github.com/romkatv/gitstatus) for details. Powerlevel10k may also spawn `zsh`
-to trigger async prompt refresh.
+to trigger async prompt refresh. To avoid security hazard, these background processes aren't shared
+by different interactive shells.
### Are there configuration options that make Powerlevel10k slow?