mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Fix typo in abbr docs
This commit is contained in:
parent
9aac663bb0
commit
1ff6160058
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue