mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Micro update environ.py
This commit is contained in:
parent
38e9397f38
commit
6aa5df9438
1 changed files with 2 additions and 2 deletions
|
@ -1703,8 +1703,8 @@ class PTKSetting(PromptSetting): # sub-classing -> sub-group
|
||||||
|
|
||||||
AUTO_SUGGEST = Var.with_default(
|
AUTO_SUGGEST = Var.with_default(
|
||||||
True,
|
True,
|
||||||
"Enable automatic command suggestions based on history, like in the fish "
|
"Enable automatic command suggestions based on history."
|
||||||
"shell.\n\nPressing the right arrow key inserts the currently "
|
"\n\nPressing the right arrow key inserts the currently "
|
||||||
"displayed suggestion. ",
|
"displayed suggestion. ",
|
||||||
)
|
)
|
||||||
AUTO_SUGGEST_IN_COMPLETIONS = Var.with_default(
|
AUTO_SUGGEST_IN_COMPLETIONS = Var.with_default(
|
||||||
|
|
Loading…
Add table
Reference in a new issue