1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 22:09:25 +00:00

doc: More copyediting and formatting for consistency

This commit is contained in:
Indrajit Raychaudhuri
2018-10-12 10:52:24 -05:00
parent 6f603df7a6
commit 992b9de505
6 changed files with 23 additions and 24 deletions

View File

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