mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
# check if there is unknown resouce(s)
|
|
|
|
%test
|
|
|
|
limit | grep UNKNOWN || print OK
|
|
0:Check if there is unknown resouce(s) in the system
|
|
>OK
|
|
F:A failure here does not indicate any error in zsh. It just means there
|
|
F:is a resource in your system that is unknown to zsh developers. Please
|
|
F:report this to zsh-workers mailing list.
|