Correct spelling mistakes in READMEs
This commit is contained in:
parent
9ed470d77c
commit
859ab4e8e0
|
@ -88,7 +88,7 @@ how to use Git, follow this [tutorial][5] and bookmark this [reference][6].
|
|||
### Completions
|
||||
|
||||
Submit program completions to the [zsh-completions][7] project. The Oh My Zsh
|
||||
completions directory will be synched against it.
|
||||
completions directory will be synchronized against it.
|
||||
|
||||
Resources
|
||||
---------
|
||||
|
@ -107,7 +107,7 @@ improve its performance, do not hesitate to fork and send pull requests.
|
|||
|
||||
- Check that the issue has not already been reported.
|
||||
- Check that the issue has not already been fixed in the latest code.
|
||||
- Open an issue with a clear title and description in gramatically correct,
|
||||
- Open an issue with a clear title and description in grammatically correct,
|
||||
complete sentences.
|
||||
|
||||
### Pull Request
|
||||
|
|
|
@ -3,7 +3,7 @@ History
|
|||
|
||||
Sets [history][1] options and defines history aliases.
|
||||
|
||||
VARIABLES
|
||||
Variables
|
||||
---------
|
||||
|
||||
- `HISTFILE` stores the path to the history file.
|
||||
|
|
|
@ -38,7 +38,7 @@ following to *tmux.conf*:
|
|||
set-option -g default-command "reattach-to-user-namespace -l $SHELL -l"
|
||||
|
||||
Furthermore, tmux is known to cause **kernel panics** on Mac OS X. A discussion
|
||||
about this and OMZ has already been opened [here][2].
|
||||
about this and OMZ has already been [opened][2].
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
|
|
@ -64,7 +64,7 @@ Aliases
|
|||
- `cp` copies files and directories interactively.
|
||||
- `e` opens the default editor.
|
||||
- `ln` links files and directories interactively.
|
||||
- `mkdir` creates directories, including itermediery directories.
|
||||
- `mkdir` creates directories, including intermediary directories.
|
||||
- `mv` moves files and directories interactively.
|
||||
- `p` opens the default pager.
|
||||
- `po` removes a directory from the stack and changes to it (`popd`).
|
||||
|
@ -101,13 +101,13 @@ Aliases
|
|||
|
||||
- `df` displays free disk space using human readable units.
|
||||
- `du` displays disk usage using human readable units.
|
||||
- `top` displays information about processes (alised to `htop`, if installed).
|
||||
- `top` displays information about processes (aliased to `htop`, if installed).
|
||||
- `topc` displays information about processes sorted by CPU usage (`htop` not
|
||||
installed).
|
||||
- `topm` dispalys information about processes sorted by RAM usage (`htop` not
|
||||
- `topm` displays information about processes sorted by RAM usage (`htop` not
|
||||
installed).
|
||||
|
||||
### Misecellaneous
|
||||
### Miscellaneous
|
||||
|
||||
- `http-serve` serves a directory via HTTP.
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ The configuration files are read in the following order:
|
|||
### zshenv
|
||||
|
||||
This file is sourced by all instances of Zsh, and thus, it should be kept as
|
||||
small as possible. It should only define environment variables.
|
||||
small as possible and should only define environment variables.
|
||||
|
||||
### zprofile
|
||||
|
||||
|
|
Loading…
Reference in a new issue