mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
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.
(cherry picked from commit a6e16a11c2)
This commit is contained in:
committed by
Fabian Boehm
parent
e643bd645c
commit
d49072eb0f
@@ -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``
|
||||
|
||||
========================================== =====================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user