mention that POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME breaks completion menu

This commit is contained in:
romkatv 2019-03-14 15:59:02 +01:00
parent aa17fb1403
commit ada73dc843

View file

@ -84,6 +84,8 @@ are still using the `POWERLEVEL9K` prefix though.
* `POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME (STRING) [default="false"]` * `POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME (STRING) [default="false"]`
If set to `"true"`, `time` segment will update every second, turning into a realtime clock. If set to `"true"`, `time` segment will update every second, turning into a realtime clock.
This option appears to trigger a
[bug in completion menu](https://www.zsh.org/mla/workers//2019/msg00161.html) in zsh.
## Try it out ## Try it out