mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
docs: Add fish_should_add_to_history to commands list
This commit is contained in:
parent
b03e727531
commit
6869b14fb5
|
@ -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
|
||||
--------
|
||||
|
|
|
@ -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
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user