zimfw/modules/prompt
Eric Nielsen 5b90c96cd1 Update modules' README.md
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'
  ```
2018-12-17 14:11:16 -05:00
..
external-themes [prompt] pure: Update submodule to version 1.8.0 2018-09-30 10:42:17 -05:00
functions [prompt] Simplify short_pwd function 2018-09-13 10:10:49 -05:00
themes [prompt] steeef: Fix git-info stashed zstyle 2018-10-10 18:24:45 -05:00
README.md Update modules' README.md 2018-12-17 14:11:16 -05:00
init.zsh [prompt] pass prompt prams from zprompt_theme 2017-09-18 09:18:20 -04:00

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.