DESCR 583 B

1234567891011
  1. This is a simple hack, taken from FreeBSD, to OpenBSD's ls(1) to
  2. use ANSI sequences to display file attributes in color. There is
  3. a -G flag (somewhat similar to the -F flag). Take a look at the
  4. man page for details. The program is called "colorls", so you may
  5. want to use an alias such as ls=${PREFIX}/bin/colorls.
  6. Note that you need a color-capable terminal to enable colorls. This
  7. means you should set your TERM to "wsvt25" on the wscons(4) console
  8. and to "sun-color" when using the Sun console, not "vt220" and
  9. "sun", respectively, which are not color-capable in termcap(5).