Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2002 19:42:52 +0530
From:      "Sanjay Bhattacharya" <sanbh@gmx.net>
To:        "Mike Flanagan" <mikenoc@mindspring.com>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: getting colors to work with ls
Message-ID:  <003901c21152$25369600$49b8c8cb@corrsl7vs6l3tz>
References:  <007701c210f3$26f6efd0$ecfea8c0@monkey>

next in thread | previous in thread | raw e-mail | index | archive | help

> I am trying to use colors with ls. Can anyone please tell >me how to do
this ?
Mike ,

  In your /etc/profile put the lines:
  alias ls='ls -g'
or install gls, remove /usr/bin/ls and set a symlink to gls like
ln -sf /usr/local/bin/gls /usr/bin/ls

Rgds,
Sanjay


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003901c21152$25369600$49b8c8cb>