mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
docs: mention that background processes are one-per-shell
https://github.com/romkatv/powerlevel10k/issues/139#issuecomment-516757677
This commit is contained in:
parent
4c4402bfe4
commit
fa90d99636
1 changed files with 2 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue