zsh-users / zsh-completions

Additional completion definitions for Zsh.
Other
6.9k stars 713 forks source link

Fix port's cache policy function #1038

Closed syohex closed 1 year ago

syohex commented 1 year ago

The option of stat on macOS/BSD is wrong. So cache is always purged and cache is always recreated so it is really slow.

Use 'zstat' module instead stat command for portability.