From 6aa5df94382e48217ba8adc74fe6151095ad8752 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Sun, 14 Jul 2024 14:02:02 +0200 Subject: [PATCH] Micro update environ.py --- xonsh/environ.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonsh/environ.py b/xonsh/environ.py index e155f75b0..257d1daf6 100644 --- a/xonsh/environ.py +++ b/xonsh/environ.py @@ -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(