mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
force_posix_paths ensurer
This commit is contained in:
parent
453c919977
commit
f6e81056a8
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ DEFAULT_ENSURERS = {
|
|||
'CASE_SENSITIVE_COMPLETIONS': (is_bool, to_bool, bool_to_str),
|
||||
re.compile('\w*DIRS'): (is_env_path, str_to_env_path, env_path_to_str),
|
||||
'COMPLETIONS_DISPLAY': (is_completions_display_value, to_completions_display_value, str),
|
||||
'FORCE_POSIX_PATHS': (is_bool, to_bool, bool_to_str),
|
||||
'IGNOREEOF': (is_bool, to_bool, bool_to_str),
|
||||
'LC_COLLATE': (always_false, locale_convert('LC_COLLATE'), ensure_string),
|
||||
'LC_CTYPE': (always_false, locale_convert('LC_CTYPE'), ensure_string),
|
||||
|
|
Loading…
Add table
Reference in a new issue