Plugin will create a global variable that can be displayed in prompts.
ZCALCPROMPT='$pr_zcalc ...REST OF PROMPT'
This plugin made to be fast. It runs in background and update information only if need.
This plugin depends on zsh-colors.
If you don't use zpm, install it manually and activate it before this plugin. If you use zpm you don’t need to do anything
If you use oh-my-zsh
- Clone this repository into
~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zpm-zsh/pr-zcalc
- After that, add
pr-zcalc
to your oh-my-zsh plugins array.
If you use Zgen
- Add
zgen load zpm-zsh/pr-zcalc
to your.zshrc
with your other plugin - run
zgen save
If you use my ZPM
- Add
zpm load zpm-zsh/pr-zcalc
into your.zshrc