diff --git a/pure.zsh-theme b/pure.zsh-theme deleted file mode 100644 index 0829537..0000000 --- a/pure.zsh-theme +++ /dev/null @@ -1,6 +0,0 @@ -# proxy file for oh-my-zsh and antigen - -# ${0:A:h} is the current file (0) -# with symbolic links resolved (A) -# with truncated final path component (h) -source "${0:A:h}/pure.zsh" diff --git a/readme.md b/readme.md index 7e5ab23..3e5a19a 100644 --- a/readme.md +++ b/readme.md @@ -92,7 +92,7 @@ prompt pure ## [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) -Symlink (or copy) `pure.zsh-theme` into `~/.oh-my-zsh/custom` and add `ZSH_THEME="pure"` to your .zshrc file. +Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/pure.zsh-theme` and add `ZSH_THEME="pure"` to your .zshrc file. ## [prezto](https://github.com/sorin-ionescu/prezto) @@ -100,7 +100,7 @@ Symlink (or copy) `pure.zsh` to `~/.prezto/modules/prompt/functions/prompt_pure_ ## [antigen](https://github.com/zsh-users/antigen) -Add `antigen theme sindresorhus/pure pure` to your .zshrc file. +Add `antigen bundle sindresorhus/pure` to your .zshrc file (do not use the `antigen theme` function). ## License