zpm-zsh / pr-php

Show php version in prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin for ZSH who display PHP info

Plugin creates a global variable with PHP information that can be displayed in prompts.

Example

PROMPT='$pr_php ...REST OF PROMPT'

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

Installation

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

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

If you use Zgen

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

If you use my ZPM

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

About

Show php version in prompt

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%