From 7f279528886796e2412049f9408b245e1335903b Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Mon, 19 Dec 2016 18:30:56 +0200 Subject: [PATCH] Change integration examples from commands to configuration lines (#265) --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 8baeaf4..c28c6ac 100644 --- a/readme.md +++ b/readme.md @@ -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. -```console -$ antigen bundle mafredri/zsh-async -$ antigen bundle sindresorhus/pure +```sh +antigen bundle mafredri/zsh-async +antigen bundle sindresorhus/pure ``` ### [antibody](https://github.com/getantibody/antibody) Update your `.zshrc` file with the following two lines (order matters): -```console -$ antibody bundle mafredri/zsh-async -$ antibody bundle sindresorhus/pure +```sh +antibody bundle mafredri/zsh-async +antibody bundle sindresorhus/pure ``` ### [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 -$ zplug mafredri/zsh-async, from:github, defer:0 # Load this first -$ zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme +```sh +zplug mafredri/zsh-async, from:github, defer:0 # Load this first +zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme ``` ## FAQ