4 Commits

Author SHA1 Message Date
Steve Losh
682b5215be Merge pull request #37 from 8633brown/patch-1
Update badwolf.dircolors
2020-02-18 21:00:14 -05:00
Steve Losh
e894dd4eac Add dircolors for st, and add some more dircolors 2020-02-09 18:08:27 -05:00
8633brown
201dbfabde Update badwolf.dircolors
add support for termite
2020-02-05 18:00:57 -07:00
Jon Bernard
f8af6df77c Add directory color support for GNU ls
GNU ls is part of the coreutils package. It's output, if color is enabled, can
be tuned to the badwolf colorscheme with the following command:

    $ eval $(dircolors -b contrib/badwolf.dircolors)

To make this the default, copy it to ~/.dircolors.  Many systems are already
configured to look for this file, but you may need to add something like:

    $ eval $(dircolors -b ~/.dircolors)

to ~/.bashrc.  To enable color support in ls, you could do the following:

    $ alias ls='ls --color=auto'
2012-11-21 14:06:23 -05:00