add prompt documentation
This commit is contained in:
parent
56c5d51ab8
commit
27fa153b83
1 changed files with 13 additions and 0 deletions
13
modules/prompt/README.md
Normal file
13
modules/prompt/README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Prompt
|
||||||
|
======
|
||||||
|
|
||||||
|
Adds additional prompts and initializes the prompt system.
|
||||||
|
|
||||||
|
A list of available prompts can be found by running `prompt -l`.
|
||||||
|
|
||||||
|
To test a prompt, simply run `prompt prompt_name_here`.
|
||||||
|
|
||||||
|
.zimrc Configuration
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* `zprompt_theme='eriner'` change 'eriner' to the name of your desired prompt. This will set it as you default prompt.
|
Loading…
Reference in a new issue