mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 10:11:13 -03:00
Switch \fish sections to rst format
This commit is contained in:
@@ -54,17 +54,20 @@ These flags can appear before or immediately after one of the sub-commands liste
|
||||
Example
|
||||
------------
|
||||
|
||||
\fish
|
||||
history clear
|
||||
# Deletes all history items
|
||||
|
||||
history search --contains "foo"
|
||||
# Outputs a list of all previous commands containing the string "foo".
|
||||
|
||||
history delete --prefix "foo"
|
||||
# Interactively deletes commands which start with "foo" from the history.
|
||||
# You can select more than one entry by entering their IDs separated by a space.
|
||||
\endfish
|
||||
::
|
||||
|
||||
history clear
|
||||
# Deletes all history items
|
||||
|
||||
history search --contains "foo"
|
||||
# Outputs a list of all previous commands containing the string "foo".
|
||||
|
||||
history delete --prefix "foo"
|
||||
# Interactively deletes commands which start with "foo" from the history.
|
||||
# You can select more than one entry by entering their IDs separated by a space.
|
||||
|
||||
|
||||
Customizing the name of the history file
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user