docs: Add fish_should_add_to_history to commands list

This commit is contained in:
Fabian Boehm 2024-03-09 12:08:18 +01:00
parent b03e727531
commit 6869b14fb5
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.. _cmd-fish_should_add_to_history:
fish_should_add_to_history - decide whether a command should be added to the history
=================================================================================
====================================================================================
Synopsis
--------

View File

@ -61,6 +61,7 @@ Known functions are a customization point. You can change them to change how you
- :doc:`fish_command_not_found <cmds/fish_command_not_found>` to tell fish what to do when a command is not found.
- :doc:`fish_title <cmds/fish_title>` to change the terminal's title.
- :doc:`fish_greeting <cmds/fish_greeting>` to show a greeting when fish starts.
- :doc:`fish_should_add_to_history <cmds/fish_should_add_to_history>` to determine if a command should be added to history
Helper functions
^^^^^^^^^^^^^^^^