mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
Fix typo in abbr docs
This commit is contained in:
committed by
Fabian Homborg
parent
9aac663bb0
commit
1ff6160058
@@ -63,7 +63,7 @@ Add a new abbreviation where ``gco`` will be replaced with ``git checkout`` glob
|
||||
|
||||
abbr -a -U l less
|
||||
|
||||
Add a new abbreviation where ``l`` will be replaced with ``less`` universal so all shells. Note that you omit the ``-U`` since it is the default.
|
||||
Add a new abbreviation where ``l`` will be replaced with ``less`` universal to all shells. Note that you omit the ``-U`` since it is the default.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user