zpm-zsh / pr-rust

Show rustc version in prompt
GNU General Public License v3.0
0 stars 1 forks source link
prompt rust zpm zsh zsh-plugin

Plugin for ZSH who display Rust info

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

Example

PROMPT='$pr_rust ...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

If you use Zgen

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

If you use my ZPM