5b90c96cd1
Stick with the following style: * Header 1 with the module name is in `lowercase`. * Other headers are in `Sentence case`. Common header names that should be consistently used are `Aliases`, `Contributing`, `Functions`, `Settings`, and `Zsh options`. * The names `Zim` and `Zsh` always appear capitalized, even in the middle of sentences. * Prefer print 'code indented with 4 spaces' instead of ```zsh print 'code fenced by lines with three back-ticks' print 'unless you want syntax highlighting' ```
15 lines
461 B
Markdown
15 lines
461 B
Markdown
prompt
|
|
======
|
|
|
|
Initializes and provides customizable prompt themes.
|
|
|
|
Images of various prompt themes can be found on the [wiki](https://github.com/zimfw/zimfw/wiki/Themes).
|
|
|
|
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.
|