Disable buggy Xonsh prompt options
This commit is contained in:
@@ -26,6 +26,6 @@ else:
|
|||||||
# register_custom_style("ttm-style", ttm_style)
|
# register_custom_style("ttm-style", ttm_style)
|
||||||
$XONSH_COLOR_STYLE = "native"
|
$XONSH_COLOR_STYLE = "native"
|
||||||
$MULTILINE_PROMPT = " "
|
$MULTILINE_PROMPT = " "
|
||||||
$UPDATE_PROMPT_ON_KEYPRESS = True
|
# $UPDATE_PROMPT_ON_KEYPRESS = True
|
||||||
$PROMPT_REFRESH_INTERVAL = 0.25
|
# $PROMPT_REFRESH_INTERVAL = 0.25
|
||||||
# $VI_MODE=True
|
# $VI_MODE=True
|
||||||
|
|||||||
Reference in New Issue
Block a user