Gathering detailed insights and metrics for pure-prompt-now
Gathering detailed insights and metrics for pure-prompt-now
Gathering detailed insights and metrics for pure-prompt-now
Gathering detailed insights and metrics for pure-prompt-now
Pretty, minimal and fast ZSH prompt with Zeit's now flavour
npm install pure-prompt-now
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Shell (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
283 Commits
2 Watchers
5 Branches
1 Contributors
Updated on Dec 29, 2019
Latest Version
1.9.0-now.1
Package Id
pure-prompt-now@1.9.0-now.1
Unpacked Size
47.60 kB
Size
17.31 kB
File Count
6
NPM Version
6.4.1
Node Version
8.12.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Pretty, minimal and fast ZSH prompt with Zeit's
now
flavour
This is a maintened fork of the awesome prompt Pure.
It asynchronously adds current now
team/user to the prompt.
Most prompts are cluttered, ugly and slow. I wanted something visually pleasing that stayed out of my way.
git
branch and whether it's dirty (with a *
).git
commits with up/down arrows. (Check is done asynchronously!)0
.Can be installed with npm
. Requires Git 2.0.0+ and ZSH 5.2+. Older versions of ZSH are known to work, but they are not recommended.
1$ npm install --global pure-prompt-now 2// or 3$ yarn global add pure-prompt-now
That's it.
Initialize the prompt system (if not so already) and choose pure-now
:
1# .zshrc 2autoload -U promptinit; promptinit 3prompt pure-now
Option | Description | Default value |
---|---|---|
PURE_CMD_MAX_EXEC_TIME | The max execution time of a process before its run time is shown when it exits. | 5 seconds |
PURE_GIT_PULL=0 | Prevents Pure from checking whether the current Git remote has been updated. | |
PURE_GIT_UNTRACKED_DIRTY=0 | Do not include untracked files in dirtiness check. Mostly useful on large repos (like WebKit). | |
PURE_GIT_DELAY_DIRTY_CHECK | Time in seconds to delay git dirty checking when git status takes > 5 seconds. | 1800 seconds |
PURE_PROMPT_SYMBOL | Defines the prompt symbol. | ❯ |
PURE_PROMPT_VICMD_SYMBOL | Defines the prompt symbol used when the vicmd keymap is active (VI-mode). | ❮ |
PURE_GIT_DOWN_ARROW | Defines the git down arrow symbol. | ⇣ |
PURE_GIT_UP_ARROW | Defines the git up arrow symbol. | ⇡ |
1# .zshrc 2 3autoload -U promptinit; promptinit 4 5# optionally define some options 6PURE_CMD_MAX_EXEC_TIME=10 7 8prompt pure-now
In the screenshot you see Pure running in Hyper with the hyper-snazzy theme and Menlo font.
The Tomorrow Night Eighties theme with the Droid Sans Mono font (15pt) is also a nice combination.
Just make sure you have anti-aliasing enabled in your terminal.
To have commands colorized as seen in the screenshot, install zsh-syntax-highlighting.
ZSH_THEME=""
in your .zshrc
to disable oh-my-zsh themes.vi-mode
, virtualenv
.NOTE: oh-my-zsh
overrides the prompt so Pure must be activated after source $ZSH/oh-my-zsh.sh
.
Pure is bundled with Prezto. No need to install it.
Add prompt pure-now
to your ~/.zpreztorc
.
Pure is bundled with Zim. No need to install it.
Set zprompt_theme='pure-now'
in ~/.zimrc
.
Update your .zshrc
file with the following two lines (order matters). Do not use the antigen theme
function.
1antigen bundle mafredri/zsh-async 2antigen bundle chabou/pure-now
Update your .zshrc
file with the following two lines (order matters):
1antibody bundle mafredri/zsh-async 2antibody bundle chabou/pure-now
Update your .zshrc
file with the following two lines:
1zplug mafredri/zsh-async, from:github 2zplug chabou/pure-now, use:pure.zsh, from:github, as:theme
Update your .zshrc
file with the following two lines (order matters):
1zplugin ice pick"async.zsh" src"pure.zsh" 2zplugin light chabou/pure-now
There are currently no FAQs.
See FAQ Archive for previous FAQs.
![]() | ![]() |
---|---|
Sindre Sorhus | Mathias Fredriksson |
MIT © Sindre Sorhus
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More