From 7d96270704e0dfa1162e33398176bb6b792d615c Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Thu, 14 Apr 2016 00:26:40 -0700 Subject: [PATCH] Add async.zsh to the download step in the readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6d2998a..3a3e5cc 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing ### Why? -- Comes with the perfect prompt character. +- Comes with the perfect prompt character. Author went through the whole Unicode range to find it. - Shows `git` branch and whether it's dirty (with a `*`). - Indicates when you have unpushed/unpulled `git` commits with up/down arrows. *(Check is done asynchronously!)* @@ -39,7 +39,7 @@ That's it. Skip to [Getting started](#getting-started). 1. Either… - Clone this repo - add it as a submodule, or - - just download `pure.zsh` + - just download `pure.zsh` and `async.zsh` 2. Symlink `pure.zsh` to somewhere in [`$fpath`](http://www.refining-linux.org/archives/46/ZSH-Gem-12-Autoloading-functions/) with the name `prompt_pure_setup`.