doc: Bit of copyediting and formatting for consistency and clarification

This commit is contained in:
Indrajit Raychaudhuri 2018-10-11 17:10:35 -05:00
parent 6c46804f41
commit df4c61861d
1 changed files with 12 additions and 7 deletions

View File

@ -33,10 +33,11 @@ version is 4.3.11.
done done
``` ```
Note: If you already have any of the given config files, ln will error. In Note: If you already have any of the given configuration files, `ln` will
simple cases you can add `source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"` to cause error. In simple cases you can load prezto by adding the line
the bottom of your `.zshrc` to load prezto but keep your config intact. For `source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"` to the bottom of your
more complicated setups, it is recommended that you back up your original `.zshrc` and keep the rest of your Zsh configuration intact. For more
complicated setups, it is recommended that you back up your original
configs and replace them with the provided prezto runcoms. configs and replace them with the provided prezto runcoms.
4. Set Zsh as your default shell: 4. Set Zsh as your default shell:
@ -88,8 +89,12 @@ accompanying README files to learn of what is available.
3. Load the theme you like in *~/.zpreztorc* then open a new Zsh terminal 3. Load the theme you like in *~/.zpreztorc* then open a new Zsh terminal
window or tab. window or tab.
![sorin theme][2] ![sorin theme][2]
Note that the 'git' module may be required for special symbols to appear, such as those on the right of the above image. Add `'git'` to the list under `zstyle ':prezto:load' pmodule \ ` in your `.zpreztorc` to enable this module. Note that the 'git' module may be required for special symbols to appear,
such as those on the right of the above image. Add `'git'` to the `pmodule`
list (under `zstyle ':prezto:load' pmodule \` in your *~/.zpreztorc*) to
enable this module.
### External Modules ### External Modules
1. By default modules will be loaded from */modules* and */contrib*. 1. By default modules will be loaded from */modules* and */contrib*.
@ -99,7 +104,7 @@ accompanying README files to learn of what is available.
Note that module names need to be unique or they will cause an error when Note that module names need to be unique or they will cause an error when
loading. loading.
```console ```sh
zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
``` ```