Skip to content
/ purer Public
forked from sindresorhus/pure

🚰 Single-line ZSH prompt, based on "Pure".

License

Notifications You must be signed in to change notification settings

DFurnes/purer

This branch is 31 commits ahead of, 164 commits behind sindresorhus/pure:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 27, 2019
9a21724 Β· Feb 27, 2019
Dec 12, 2016
May 23, 2015
Sep 5, 2014
Sep 5, 2014
Jan 17, 2017
Sep 5, 2014
Feb 27, 2019
Feb 27, 2019
Jun 22, 2014
Feb 27, 2019
Feb 19, 2019
Sep 6, 2013
Jul 25, 2016

Repository files navigation

Purer

Pretty one-line ZSH prompt based on @sindresorhus's Pure

purer

Install

Can be installed with npm or manually. Requires Git 2.0.0+ and ZSH 5.2+.

$ npm install --global purer-prompt

Initialize the prompt system (if not so already) and choose purer:

# .zshrc
autoload -U promptinit; promptinit
prompt purer

See Pure's readme for more detailed instructions.

Customization

Purer supports customization using Pure's environment variables, plus:

PURE_PROMPT_SYMBOL_COLOR

Defines the prompt symbol color. The default value is magenta; you can use any colour name or numeric colour code (see zshzle(1) section Character Highlighting.)

PURE_PROMPT_PATH_FORMATTING

Defines how to display the path. Default value: %c. See Prompt Expansion for more.

License

Purer MIT Β© David Furnes
Pure MIT Β© Sindre Sorhus