mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +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(
|
||||
True,
|
||||
"Enable automatic command suggestions based on history, like in the fish "
|
||||
"shell.\n\nPressing the right arrow key inserts the currently "
|
||||
"Enable automatic command suggestions based on history."
|
||||
"\n\nPressing the right arrow key inserts the currently "
|
||||
"displayed suggestion. ",
|
||||
)
|
||||
AUTO_SUGGEST_IN_COMPLETIONS = Var.with_default(
|
||||
|
|
Loading…
Add table
Reference in a new issue