Home

Awesome

Plugin for ZSH who display current directory

Plugin will create a global variable that can be displayed in prompts.

This plugin has good integration with zpm-zsh/zshmarks.

Record

Example

PROMPT='$pr_cwd ...REST OF PROMPT'

This plugin made to be fast. It runs in background and update information only if need.

Installation

Please, install jq.

This plugin depends on zsh-helpers and 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

cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zpm-zsh/pr-cwd

If you use Zgen

  1. Add zgen load zpm-zsh/pr-cwd to your .zshrc with your other plugin
  2. run zgen save

If you use my ZPM