From a147e42aac22f6c4c47d7937a7b2d3461fcde159 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 14 Apr 2012 11:48:55 +0100 Subject: [PATCH] Add prompt documentation --- modules/prompt/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/prompt/README.md diff --git a/modules/prompt/README.md b/modules/prompt/README.md new file mode 100644 index 00000000..2bf86d98 --- /dev/null +++ b/modules/prompt/README.md @@ -0,0 +1,24 @@ +Prompt +====== + +Load prompt [themes][1]. + +Settings +-------- + +### Theme selection + +To select a prompt theme, add the following to zshrc, and replace 'name' with +the name of the theme you wish to load. Setting it to random will load a random +theme. + + zstyle ':omz:module:prompt' theme 'name' + +Authors +------- + +*The authors of this module should be contacted via the github bug tracker.* + + - [Sorin Ionescu](/sorin-ionescu) + +[1]: http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Prompt-Themes