Change integration examples from commands to configuration lines (#265)

This commit is contained in:
Mathias Fredriksson
2016-12-19 18:30:56 +02:00
committed by Sindre Sorhus
parent 748bf06f40
commit 7f27952888

View File

@@ -162,27 +162,27 @@ Set `zprompt_theme='pure'` in `~/.zimrc`.
Update your `.zshrc` file with the following two lines (order matters). Do not use the `antigen theme` function. Update your `.zshrc` file with the following two lines (order matters). Do not use the `antigen theme` function.
```console ```sh
$ antigen bundle mafredri/zsh-async antigen bundle mafredri/zsh-async
$ antigen bundle sindresorhus/pure antigen bundle sindresorhus/pure
``` ```
### [antibody](https://github.com/getantibody/antibody) ### [antibody](https://github.com/getantibody/antibody)
Update your `.zshrc` file with the following two lines (order matters): Update your `.zshrc` file with the following two lines (order matters):
```console ```sh
$ antibody bundle mafredri/zsh-async antibody bundle mafredri/zsh-async
$ antibody bundle sindresorhus/pure antibody bundle sindresorhus/pure
``` ```
### [zplug](https://github.com/zplug/zplug) ### [zplug](https://github.com/zplug/zplug)
Update your `.zshrc` file with the following lines (order matters): Update your `.zshrc` file with the following two lines (order matters):
```console ```sh
$ zplug mafredri/zsh-async, from:github, defer:0 # Load this first zplug mafredri/zsh-async, from:github, defer:0 # Load this first
$ zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme
``` ```
## FAQ ## FAQ