From 34c23f57536eaa40fd2d02fdc3ffe7512434b870 Mon Sep 17 00:00:00 2001 From: Bassam Ismail Date: Mon, 23 Dec 2013 01:37:58 +0530 Subject: [PATCH] Fix Prezto path replace `~/.prezto/modules/prompt/functions/prompt_pure_setup` with `~/.zprezto/modules/prompt/functions/prompt_pure_setup` --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3e5a19a..a249324 100644 --- a/readme.md +++ b/readme.md @@ -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)