Update and simplify oh-my-zsh integration instructions

This commit is contained in:
Felipe Vargas
2016-03-17 05:43:37 -04:00
parent 74dbfba33e
commit 67f4c213d2

View File

@@ -134,10 +134,8 @@ To have commands colorized as seen in the screenshot install [zsh-syntax-highlig
### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) ### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
1. Remove competing theme included in oh-my-zsh `~/.oh-my-zsh/themes/pure.zsh-theme` 1. Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/themes/pure.zsh-theme`.
2. Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/pure.zsh-theme` 2. Set `ZSH_THEME="pure"` in your `.zshrc` file.
3. Symlink (or copy) `async.zsh` to `~/.oh-my-zsh/custom/async.zsh`
4. Add `ZSH_THEME="pure"` to your `.zshrc` file.
### [prezto](https://github.com/sorin-ionescu/prezto) ### [prezto](https://github.com/sorin-ionescu/prezto)