Skip to content

Commit 6869b14

Browse files
committed
docs: Add fish_should_add_to_history to commands list
1 parent b03e727 commit 6869b14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc_src/cmds/fish_should_add_to_history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _cmd-fish_should_add_to_history:
22

33
fish_should_add_to_history - decide whether a command should be added to the history
4-
=================================================================================
4+
====================================================================================
55

66
Synopsis
77
--------

doc_src/commands.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Known functions are a customization point. You can change them to change how you
6161
- :doc:`fish_command_not_found <cmds/fish_command_not_found>` to tell fish what to do when a command is not found.
6262
- :doc:`fish_title <cmds/fish_title>` to change the terminal's title.
6363
- :doc:`fish_greeting <cmds/fish_greeting>` to show a greeting when fish starts.
64+
- :doc:`fish_should_add_to_history <cmds/fish_should_add_to_history>` to determine if a command should be added to history
6465

6566
Helper functions
6667
^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)