diff --git a/readme.md b/readme.md index 318b12c..2e5c4f5 100644 --- a/readme.md +++ b/readme.md @@ -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) -1. Remove competing theme included in oh-my-zsh `~/.oh-my-zsh/themes/pure.zsh-theme` -2. Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/pure.zsh-theme` -3. Symlink (or copy) `async.zsh` to `~/.oh-my-zsh/custom/async.zsh` -4. Add `ZSH_THEME="pure"` to your `.zshrc` file. +1. Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/themes/pure.zsh-theme`. +2. Set `ZSH_THEME="pure"` in your `.zshrc` file. ### [prezto](https://github.com/sorin-ionescu/prezto)