mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00: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.
This commit is contained in:
parent
733b981983
commit
a6e16a11c2
1 changed files with 1 additions and 0 deletions
|
@ -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``
|
||||
|
||||
========================================== =====================================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue