项目作者: zpm-zsh

项目描述 :
Return Code symbol
高级语言: Shell
项目地址: git://github.com/zpm-zsh/pr-return.git
创建时间: 2019-07-27T22:04:29Z
项目社区:https://github.com/zpm-zsh/pr-return

开源协议:GNU General Public License v3.0

下载


Plugin for ZSH that displays the return value of the last command run

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

Example

  1. PROMPT='$pr_return ...REST OF PROMPT'

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

Prerequisites

This plugin depends on zsh-colors and zsh-figures.

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

Installation

If you use oh-my-zsh

  • Clone this repository into ~/.oh-my-zsh/custom/plugins
    1. cd ~/.oh-my-zsh/custom/plugins
    2. git clone https://github.com/zpm-zsh/pr-return
  • After that, add pr-return to your oh-my-zsh plugins array.

If you use Zgenom)

  1. Add zgenom load zpm-zsh/pr-return to your .zshrc with your other plugins
  2. run zgenom save

If you use my ZPM

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