Fix typo in abbr

This commit is contained in:
Michihito Shigemura 2017-11-02 13:11:00 +09:00 committed by Fabian Homborg
parent 4a4fd7e75b
commit f0ce62c873

View file

@ -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