mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
doc: Bit of copyediting and formatting for consistency and clarification
This commit is contained in:
parent
6c46804f41
commit
df4c61861d
19
README.md
19
README.md
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user