mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Incorporate most new doc changes since branch
Adds most documentation changes since 72c0213d42
This commit is contained in:
@@ -9,6 +9,7 @@ abbr --erase word
|
||||
abbr --rename [SCOPE] OLD_WORD NEW_WORD
|
||||
abbr --show
|
||||
abbr --list
|
||||
abbr --query WORD...
|
||||
|
||||
Description
|
||||
-----------
|
||||
@@ -32,6 +33,8 @@ The following options are available:
|
||||
|
||||
- ``-e WORD`` or ``--erase WORD`` Erase the abbreviation WORD.
|
||||
|
||||
- ``-q`` or ``--query`` Return 0 (true) if one of the WORDs is an abbreviation.
|
||||
|
||||
In addition, when adding abbreviations:
|
||||
|
||||
- ``-g`` or ``--global`` to use a global variable.
|
||||
|
||||
Reference in New Issue
Block a user