mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix typo in abbr
This commit is contained in:
parent
4a4fd7e75b
commit
f0ce62c873
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Add a new abbreviation where `gco` will be replaced with `git checkout` global t
|
|||
\fish
|
||||
abbr -a -U l less
|
||||
\endfish
|
||||
Add a new abbreviation where `l` will be replaced with `less` univeral 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 so all shells. Note that you omit the `-U` since it is the default.
|
||||
|
||||
\fish
|
||||
abbr -r gco gch
|
||||
|
|
Loading…
Reference in a new issue