Skip to content

zpm-zsh/pr-eol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plugin for ZSH who display end of line symbol who can be used in $PROMPT_EOL_MARK

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

Example

PROMPT_EOL_MARK='$pr_eol ...REST OF PROMPT'

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

Prerequisites

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

Installation

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

If you use Zgen

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

If you use my ZPM

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

About

Plugin for ZSH who display end of line symbol who can be used in $PROMPT_EOL_MARK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages