mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
xonshrc.xsh now links to more details
This commit is contained in:
parent
32ae582581
commit
c7be5c791e
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ def _quit_awesome(args, stdin=None):
|
|||
|
||||
aliases['qa'] = _quit_awesome
|
||||
|
||||
# some customization options
|
||||
# some customization options, see https://xon.sh/envvars.html for details
|
||||
$MULTILINE_PROMPT = '`·.,¸,.·*¯`·.,¸,.·*¯'
|
||||
$XONSH_SHOW_TRACEBACK = True
|
||||
$XONSH_STORE_STDOUT = True
|
||||
$XONSH_HISTORY_MATCH_ANYWHERE = True
|
||||
$COMPLETIONS_CONFIRM = True
|
||||
$XONSH_AUTOPAIR = True
|
||||
|
|
Loading…
Add table
Reference in a new issue