mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-03 05:31:17 +02:00
docs: typos (#13846)
Signed-off-by: vladdoster <vladislav.doster@icloud.com>
This commit is contained in:
parent
65749801cf
commit
81becab1e7
7 changed files with 8 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ The plugin also documents two other ways to do this:
|
|||
|
||||
1. Using a function wrapper, such that, for example, there exists a function
|
||||
named `ls` which calls `gls` instead. Since functions have a higher preference
|
||||
than commands, this ends up calling the GNU coreutil. It has also a higher
|
||||
than commands, this ends up calling the GNU coreutils. It has also a higher
|
||||
preference over shell builtins (`gecho` is called instead of the builtin `echo`).
|
||||
|
||||
2. Using an alias. This has an even higher preference than functions, but they
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue