Skip to content

modulei/dircolors-zenburn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zenburn 256 color scheme for the color GNU ls utility.

Install

  1. Copy or link dircolors file to ~/.dir_colors
  2. Put something like this in your shell resource file: eval $( dircolors -b $HOME/.dir_colors )
  3. To use the colors add the --color switch to the invocation of LS or DIR.

Example

Add the following three lines to your ~/.bashrc or ~/.zshrc file:

eval $( dircolors -b $HOME/.dir_colors )
alias dir='dir --color'
alias ls='ls --color'

Screenshot

screenshot

About

Zenburn 256 color scheme for the color GNU ls utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published