Close GH-45: Fix antigen theme integration..
This commit is contained in:
committed by
Sindre Sorhus
parent
7a31ccb59d
commit
1e141ab879
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user