From 9f61512e67fe4f1c2038bc1f15c1f6caf251b4e6 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 30 Dec 2019 14:07:10 +0100 Subject: [PATCH] CHANGELOG prompt improvements [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7477bb0..c9f047ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ #### Improved prompts - The git prompt in informative mode now shows the number of stashes if enabled. - The git prompt now has an option (`$__fish_git_prompt_use_informative_chars`) to use the (more modern) informative characters without enabling informative mode. +- The default prompt now also features VCS integration and will color the host if running via SSH (#6375). #### Improved terminal output - New `fish_pager_color_` options have been added to control more elements of the pager's colors (#5524).