Skip to content

Commit

Permalink
doc: More copyediting and formatting for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Oct 12, 2018
1 parent 6f603df commit 992b9de
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 24 deletions.
6 changes: 3 additions & 3 deletions modules/archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ installed:
- *.7z* requires `7za`.
- *.deb* requires `ar`, `tar`.

Additionally, if `pigz` and/or `pbzip2` are installed, `archive` will use them over
their traditional counterparts, `gzip` and `bzip2` respectively, to take full advantage
of all available CPU cores for compression.
Additionally, if `pigz` and/or `pbzip2` are installed, `archive` will use them
over their traditional counterparts, `gzip` and `bzip2` respectively, to take
full advantage of all available CPU cores for compression.

Alternatives
------------
Expand Down
5 changes: 0 additions & 5 deletions modules/autosuggestions/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
Autosuggestions
---------------

Integrates zsh-autosuggestions into Prezto.

Autosuggestions
===============

Expand Down
7 changes: 4 additions & 3 deletions modules/command-not-found/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Command-Not-Found

When you try to use a command that is not available locally, searches
the package manager for a package offering that command and suggests
the proper install command.
the proper install command.

Debian-based and Arch Linux-based distributions use the [`command-not-found`][1] tool.
Debian and Arch Linux based distributions use the [`command-not-found`][1] tool.

macOS uses Homebrew's [`command-not-found` clone][2]. Note that you also need to [follow the instructions to tap the `command-not-found` homebrew repository][3].
macOS uses Homebrew's [`command-not-found` clone][2]. Note that you also need to
[follow the instructions][3] to tap the `command-not-found` homebrew repository.


Authors
Expand Down
14 changes: 7 additions & 7 deletions modules/environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Sets general shell options and defines environment variables.

This module must be loaded first.

Contributors
------------

This module **MUST NOT** rely on any command not built in Zsh.

Non-interactive environment variables should be defined in [`zshenv`][1].

Options
-------

Expand Down Expand Up @@ -38,13 +45,6 @@ Variables
- `LESS_TERMCAP_ue` ends underline.
- `LESS_TERMCAP_us` begins underline.

Contributors
------------

This module **MUST NOT** rely on any command not built in Zsh.

Non-interactive environment variables should be defined in [`zshenv`][1].

Authors
-------

Expand Down
8 changes: 5 additions & 3 deletions modules/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Enables local Python and local Python package installation.
Settings
--------

This module supports virtual environments from conda and virtualenvwrapper. By default, only virtualenvwrapper is enabled. To disable virtualenvwrapper, add the following to *zpreztorc*.
This module supports virtual environments from conda and virtualenvwrapper. By
default, only virtualenvwrapper is enabled. To disable virtualenvwrapper, add
the following to *zpreztorc*.

```sh
zstyle ':prezto:module:python' skip-virtualenvwrapper-init 'on'
Expand Down Expand Up @@ -52,8 +54,8 @@ virtualenvwrapper

[`virtualenvwrapper`][2] is a frontend to the popular [`virtualenv`][3] utility.

`virtualenv` creates isolated Python environments and `virtualenvwrapper` provides
convenient shell functions to create, switch, and manage them.
`virtualenv` creates isolated Python environments and `virtualenvwrapper`
provides convenient shell functions to create, switch, and manage them.

### Usage

Expand Down
7 changes: 4 additions & 3 deletions modules/utility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Settings

### Highlighting

If you have enabled color globally in *zpreztorc*, you may disable it for certain
commands.
If you have enabled color globally in *zpreztorc*, you may disable it for
certain commands.

To disable `ls` color, add the following line to *zpreztorc*; when coloring is
disabled, type indicators (\*, /, =>, @, =, |, %) will be appended to entries.
Expand Down Expand Up @@ -109,7 +109,8 @@ Aliases

### Resource Usage

- `df` displays free disk space using human readable units (aliases to `pydf`, if installed).
- `df` displays free disk space using human readable units (aliases to `pydf`,
if installed).
- `du` displays disk usage using human readable units.
- `top` displays information about processes.
- `topc` displays information about processes sorted by CPU usage.
Expand Down

0 comments on commit 992b9de

Please sign in to comment.