mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
fix typo in environ
This commit is contained in:
parent
58e6675397
commit
c1d2423659
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ DEFAULT_ENSURERS = {
|
|||
'XONSH_HISTORY_SIZE': (is_history_tuple, to_history_tuple, history_tuple_to_str),
|
||||
'XONSH_LOGIN': (is_bool, to_bool, bool_to_str),
|
||||
'XONSH_STORE_STDOUT': (is_bool, to_bool, bool_to_str),
|
||||
'XONSH_STORE_STIN': (is_bool, to_bool, bool_to_str),
|
||||
'XONSH_STORE_STDIN': (is_bool, to_bool, bool_to_str),
|
||||
'VI_MODE': (is_bool, to_bool, bool_to_str),
|
||||
'VIRTUAL_ENV': (is_string, ensure_string, ensure_string),
|
||||
'WIN_UNICODE_CONSOLE': (always_false, setup_win_unicode_console, bool_to_str),
|
||||
|
|
Loading…
Add table
Reference in a new issue