From 0e06fe774d2e20bd5d77f33cd95afb770bd29f1f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 19 Aug 2013 19:27:49 +0200 Subject: [PATCH] Rename prompt.zsh to pure.zsh --- prompt.zsh => pure.zsh | 0 readme.md | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) rename prompt.zsh => pure.zsh (100%) diff --git a/prompt.zsh b/pure.zsh similarity index 100% rename from prompt.zsh rename to pure.zsh diff --git a/readme.md b/readme.md index 5139886..3ee834b 100644 --- a/readme.md +++ b/readme.md @@ -21,8 +21,8 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing ## Getting Started -- Download `prompt.zsh` or submodule this repo -- In your `.zshrc` add `. path/to/prompt.zsh` +- Download `pure.zsh` or submodule this repo +- In your `.zshrc` add `. path/to/pure.zsh` - Add your username to `DEFAULT_USERNAME` @@ -33,5 +33,4 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing ## License -[MIT License](http://en.wikipedia.org/wiki/MIT_License) -(c) [Sindre Sorhus](http://sindresorhus.com) +MIT © [Sindre Sorhus](http://sindresorhus.com)