Skip to content

ZSH plugin to enhance the terminal environment with 256 colors

License

Notifications You must be signed in to change notification settings

artw/zsh-256color

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

256color ZSH Plugin

This ZSH plugin enhances the terminal environment with 256 colors. It looks at the chosen TERM environment variable and sees if there is respective ncurses' terminfo with 256 colors available. The result is a multicolor terminal, if available.

Plugin Installation

Antigen

If you use Antigen, add the following line to your plugins list:

antigen bundle chrissicool/zsh-256color

Oh My Zsh

If you use Oh-My-Zsh, add zsh-256color to your plugins list and clone this repository to your $ZSH_CUSTOM/plugins directory:

$ ( cd $ZSH_CUSTOM/plugins && git clone https://github.com/chrissicool/zsh-256color )

Zgen

If you're using Zgen, add

zgen load chrissicool/zsh-256color

to your .zshrc with your other zgen plugin load commands.

About

ZSH plugin to enhance the terminal environment with 256 colors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%