From 281817f2c522e62f72b891ddd30b2bebb6dad00c Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 21 Apr 2021 17:40:53 +0200 Subject: [PATCH] CHANGELOG prompt stuff --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db05a2634..372533fc2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -49,6 +49,10 @@ Improved prompts ^^^^^^^^^^^^^^^^ - The default Vi mode prompt now uses foreground instead of background colors, making it less obtrusive (:issue:`7880`). - Performance of the "informative" git prompt is improved somewhat (:issue:`7871`). This is still slower than the non-informative version by its very nature. In particular it is IO-bound, so it will be very slow on slow disks or network mounts. +- The sample prompts were pruned. Some duplicated prompts like the various classic variants or less useful ones like the "justadollar" prompt were removed, + some prompts were cleaned up and in some cases renamed. A new "simple" and "disco" prompt were added (:issue:`7884`, :issue:`7897`, :issue:`7930`). + (Because prompts are copied into the user's ~/.config/fish/functions/, existing installations keep whatever prompt they picked) +- The prompt picker now shows and installs right prompts (:issue:`7930`). Completions ^^^^^^^^^^^