From a6e16a11c22b6228bc292bfdd757e7e69710e879 Mon Sep 17 00:00:00 2001 From: "Eric N. Vander Weele" Date: Thu, 6 Apr 2023 23:48:56 -0400 Subject: [PATCH] docs/interactive: Document fish_color_history_current variable All *.theme files set variables documented in the "Syntax highlighting variables" section, and fish_color_history_current was missing. --- doc_src/interactive.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index 42a6563d3..ad2a73fc5 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -125,6 +125,7 @@ Variable Meaning .. envvar:: fish_color_status the last command's nonzero exit code in the default prompt .. envvar:: fish_color_cancel the '^C' indicator on a canceled command .. envvar:: fish_color_search_match history search matches and selected pager items (background only) +.. envvar:: fish_color_history_current the current position in the history for commands like ``dirh`` and ``cdh`` ========================================== =====================================================================