From a9e0877e57f768b091fc045ccd1abc748f0beef3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 27 Aug 2013 00:56:05 +0200 Subject: [PATCH] Add an example --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index 8f54363..f6f85dd 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,20 @@ Define your username if you want to hide it from the prompt when it matches the The max execution time of a process before its run time is shown when it exits. Defaults to `5` seconds. +## Example + +```sh +# .zshrc + +# optionally define some options +PURE_DEFAULT_USERNAME='sindresorhus' +PURE_CMD_MAX_EXEC_TIME=10 + +# import the prompt +. pure.zsh +``` + + ## Tip [Tomorrow Night](https://github.com/chriskempson/tomorrow-theme) theme with the [Droid Sans Mono](http://www.google.com/webfonts/specimen/Droid+Sans+Mono) font (15pt) is a beautiful combination, as seen in the screenshot above.