sorin-ionescu / prezto

The configuration framework for Zsh
MIT License
13.98k stars 4.49k forks source link

Fix zcompile race condition #2029

Closed huyz closed 1 year ago

huyz commented 1 year ago

Fixes #2028

Proposed Changes

If several login shells are started at the same time, only one should be running zcompile. This is the same fix as https://github.com/ohmyzsh/ohmyzsh/pull/11345