From ada73dc8439831bacc99d79e1dc9edaff8f4a168 Mon Sep 17 00:00:00 2001 From: romkatv Date: Thu, 14 Mar 2019 15:59:02 +0100 Subject: [PATCH] mention that POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME breaks completion menu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13a85ad..c3a9c24 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ are still using the `POWERLEVEL9K` prefix though. * `POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME (STRING) [default="false"]` 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