24 lines
497 B
Markdown
24 lines
497 B
Markdown
|
Prompt
|
||
|
======
|
||
|
|
||
|
Loads prompt [themes][1].
|
||
|
|
||
|
Settings
|
||
|
--------
|
||
|
|
||
|
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 issue tracker.*
|
||
|
|
||
|
- [Sorin Ionescu](/sorin-ionescu)
|
||
|
|
||
|
[1]: http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Prompt-Themes
|
||
|
|