From 1ba592f40a8025e3370f8f6ce5e59569750419cf Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 9 Apr 2012 17:03:41 -0400 Subject: [PATCH] Add usage information for prompt --- modules/prompt/init.zsh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/prompt/init.zsh b/modules/prompt/init.zsh index 973dd71..185c71d 100644 --- a/modules/prompt/init.zsh +++ b/modules/prompt/init.zsh @@ -4,6 +4,13 @@ # Authors: # Sorin Ionescu # +# Usage: +# 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' +# # Load and run the prompt theming system. autoload -Uz promptinit && promptinit