From bd3ec03c84696049f52904edd387592a9662a039 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 24 Jun 2021 17:00:48 -0700 Subject: [PATCH] Xonsh live prompt --- xonsh/rc.xsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xonsh/rc.xsh b/xonsh/rc.xsh index ddb0029..ab683b1 100644 --- a/xonsh/rc.xsh +++ b/xonsh/rc.xsh @@ -21,6 +21,8 @@ $XONSH_SHOW_TRACEBACK = False $XONSH_HISTORY_BACKEND = "sqlite" $HISTCONTROL = "ignoredups" $MULTILINE_PROMPT = " " +$PROMPT_REFRESH_INTERVAL = 1.0 +$UPDATE_PROMPT_ON_KEYPRESS = True aliases["-"] = "cd -" aliases[".."] = "cd .."