mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Fix typo in abbr
This commit is contained in:
committed by
Fabian Homborg
parent
4a4fd7e75b
commit
f0ce62c873
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user