mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-07 15:31:14 -03:00
docs/abbr: Just explain right out that uvars don't work anymore
This commit is contained in:
@@ -32,9 +32,10 @@ An abbreviation may match a literal word, or it may match a pattern given by a r
|
||||
|
||||
Combining these features, it is possible to create custom syntaxes, where a regular expression recognizes matching tokens, and the expansion function interprets them. See the `Examples`_ section.
|
||||
|
||||
Abbreviations may be added to :ref:`config.fish <configuration>`.
|
||||
|
||||
|
||||
.. versionchanged:: 3.6.0
|
||||
Previous versions of this allowed saving abbreviations in universal variables.
|
||||
That's no longer possible. Existing variables will still be imported and ``abbr --erase`` will also erase the variables.
|
||||
We recommend adding abbreviations to :ref:`config.fish <configuration>` by just adding the ``abbr --add`` command.
|
||||
|
||||
"add" subcommand
|
||||
--------------------
|
||||
|
||||
Reference in New Issue
Block a user