Skip to content

Commit

Permalink
Close #192 PR: Added console language where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and sindresorhus committed Jan 29, 2016
1 parent 45ef73e commit 9f197c8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Can be installed with `npm` or manually. Requires git 2.0.0+ and ZSH 5.0.0+.

### npm

```
```console
$ npm install --global pure-prompt
```

Expand All @@ -47,7 +47,7 @@ That's it. Skip to [Getting started](#getting-started).

#### Example

```
```console
$ ln -s "$PWD/pure.zsh" /usr/local/share/zsh/site-functions/prompt_pure_setup
$ ln -s "$PWD/async.zsh" /usr/local/share/zsh/site-functions/async
```
Expand All @@ -62,7 +62,7 @@ fpath=( "$HOME/.zfunctions" $fpath )

Then install the theme there:

```sh
```console
$ ln -s "$PWD/pure.zsh" "$HOME/.zfunctions/prompt_pure_setup"
$ ln -s "$PWD/async.zsh" "$HOME/.zfunctions/async"
```
Expand Down Expand Up @@ -147,18 +147,18 @@ Set `zstyle ':prezto:module:prompt' theme 'pure'` in `~/.zpreztorc`.

Update your `.zshrc` file with the following two lines (order matters). Do not use the `antigen theme` function.

```
antigen bundle mafredri/zsh-async
antigen bundle sindresorhus/pure
```console
$ 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):

```
antibody bundle mafredri/zsh-async
antibody bundle sindresorhus/pure
```console
$ antibody bundle mafredri/zsh-async
$ antibody bundle sindresorhus/pure
```

## FAQ
Expand All @@ -180,9 +180,9 @@ Using `git pull` when you get the username prompt should help you to break the l

#### Gentoo

```
sudo sh -c "echo 'SANDBOX_WRITE=\"/dev/ptmx\"' > /etc/sandbox.d/10zsh"
sudo emerge -1 zsh
```console
$ sudo sh -c "echo 'SANDBOX_WRITE=\"/dev/ptmx\"' > /etc/sandbox.d/10zsh"
$ sudo emerge -1 zsh
```

#### FreeBSD 10.1
Expand Down

0 comments on commit 9f197c8

Please sign in to comment.