xonshrc.xsh now links to more details

This commit is contained in:
Andrew Hundt 2018-10-26 17:07:00 -04:00 committed by GitHub
parent 32ae582581
commit c7be5c791e
Failed to generate hash of commit

View file

@ -11,7 +11,10 @@ def _quit_awesome(args, stdin=None):
aliases['qa'] = _quit_awesome aliases['qa'] = _quit_awesome
# some customization options # some customization options, see https://xon.sh/envvars.html for details
$MULTILINE_PROMPT = '`·.,¸,.·*¯`·.,¸,.·*¯' $MULTILINE_PROMPT = '`·.,¸,.·*¯`·.,¸,.·*¯'
$XONSH_SHOW_TRACEBACK = True $XONSH_SHOW_TRACEBACK = True
$XONSH_STORE_STDOUT = True $XONSH_STORE_STDOUT = True
$XONSH_HISTORY_MATCH_ANYWHERE = True
$COMPLETIONS_CONFIRM = True
$XONSH_AUTOPAIR = True