Skip to content

Commit

Permalink
Fix Prezto path
Browse files Browse the repository at this point in the history
replace `~/.prezto/modules/prompt/functions/prompt_pure_setup` with `~/.zprezto/modules/prompt/functions/prompt_pure_setup`
  • Loading branch information
skippednote committed Dec 22, 2013
1 parent 32510b9 commit 34c23f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/pure.zsh-theme` and add `ZS

## [prezto](https://github.com/sorin-ionescu/prezto)

Symlink (or copy) `pure.zsh` to `~/.prezto/modules/prompt/functions/prompt_pure_setup` alongside Prezto's other prompts. Then `set zstyle ':prezto:module:prompt' theme 'pure'` in `~/.zpreztorc`.
Symlink (or copy) `pure.zsh` to `~/.zprezto/modules/prompt/functions/prompt_pure_setup` alongside Prezto's other prompts. Then `set zstyle ':prezto:module:prompt' theme 'pure'` in `~/.zpreztorc`.

## [antigen](https://github.com/zsh-users/antigen)

Expand Down

0 comments on commit 34c23f5

Please sign in to comment.