From f7f7152da6285c1db275b645ea1c73268eba0124 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 17 May 2022 16:24:50 -0700 Subject: [PATCH] Disable buggy Xonsh prompt options --- xonsh/prompt.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonsh/prompt.xsh b/xonsh/prompt.xsh index c91b688..ec75366 100644 --- a/xonsh/prompt.xsh +++ b/xonsh/prompt.xsh @@ -26,6 +26,6 @@ else: # register_custom_style("ttm-style", ttm_style) $XONSH_COLOR_STYLE = "native" $MULTILINE_PROMPT = " " -$UPDATE_PROMPT_ON_KEYPRESS = True -$PROMPT_REFRESH_INTERVAL = 0.25 +# $UPDATE_PROMPT_ON_KEYPRESS = True +# $PROMPT_REFRESH_INTERVAL = 0.25 # $VI_MODE=True