Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.12 KB

Plugin for ZSH which will display infromation about background jobs

This plugin will create a global variable that can be displayed in prompts with information about background jobs.

Example

PROMPT='$pr_jobs ...REST OF PROMPT'

This plugin is made to be fast. It runs in the background and updates information only when needed.

Installation

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-jobs
  • After that, add pr-jobs to your oh-my-zsh plugins array.

If you use Zgen

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

If you use my ZPM

  • Add zpm load zpm-zsh/pr-jobs into your .zshrc