mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Environment: Default docs: VIRTUAL_ENV now has configurable=False
set.
This commit is contained in:
parent
1186637e23
commit
15be794714
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ DEFAULT_DOCS = {
|
|||
'VI_MODE': VarDocs(
|
||||
"Flag to enable 'vi_mode' in the 'prompt_toolkit' shell."),
|
||||
'VIRTUAL_ENV': VarDocs(
|
||||
"Path to the currently active Python environment."),
|
||||
'Path to the currently active Python environment.', configurable=False),
|
||||
'XDG_CONFIG_HOME': VarDocs(
|
||||
'Open desktop standard configuration home dir. This is the same '
|
||||
'default as used in the standard.', configurable=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue