40ef228286
The offender was `print -P`, where `-P` does [prompt expansion](http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Prompt-Expansion). I took the freedom to also change a few things: Move the `add-zsh-hook precmd` up, add `prompt_magicmace_` prefix to all function names, add `COLOR_` prefix to all color global variables, and move assignment to `PROMPT` to `prompt_magicmace_setup`. Fixes #70, Closes #81 |
||
---|---|---|
.. | ||
external-themes | ||
functions | ||
themes | ||
init.zsh | ||
README.md |
Prompt
Initializes and provides customizable prompt themes.
Images of various prompt themes can be found on the wiki.
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.