Skip to content

Commit

Permalink
Merge pull request #119 from arialdomartini/fix-112-antigen-hyphens
Browse files Browse the repository at this point in the history
fix #112, fix #116 - Installation doc recommends antigen commands without hyphen
  • Loading branch information
arialdomartini authored Oct 4, 2017
2 parents 42c11f0 + abecaad commit 4da31a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ If you prefer to keep oh-my-git repository in a different directory, just modify

With antigen installed, just add

antigen-use oh-my-zsh
antigen-bundle arialdomartini/oh-my-git
antigen use oh-my-zsh
antigen bundle arialdomartini/oh-my-git
antigen theme arialdomartini/oh-my-git-themes oppa-lana-style

to your `.zshrc` file.
Expand All @@ -81,11 +81,11 @@ Then, edit your `.zshrc` file including

source "$HOME/.antigen/antigen.zsh"

antigen-use oh-my-zsh
antigen-bundle arialdomartini/oh-my-git
antigen use oh-my-zsh
antigen bundle arialdomartini/oh-my-git
antigen theme arialdomartini/oh-my-git-themes oppa-lana-style

antigen-apply
antigen apply

When you restart zsh, antigen will download and install all that's needed.

Expand Down Expand Up @@ -134,8 +134,8 @@ in the `.git/config` file of a repo to revert to the original prompt for that pa
Remove the lines

```
antigen-use oh-my-zsh
antigen-bundle arialdomartini/oh-my-git
antigen use oh-my-zsh
antigen bundle arialdomartini/oh-my-git
antigen theme arialdomartini/oh-my-git-themes oppa-lana-style
```

Expand Down

0 comments on commit 4da31a3

Please sign in to comment.