Skip to content

ivoarch/dircolors-zenburn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published