This is how to get color on your freeBSD or openBSD terminal.
for freeBSD user please follow
#cd /usr/ports/misc/gnuls
#make install clean
for openBSD user please follow
#pkg_add -r http://ftp.openbsd.org/pub/OpenBSD/5.1/packages/amd64/gnuls-4.1p2.tgz
$vi ~/.profile (if you are using csh) or $vi ~/.bash_profile
FreeBSD users:
-----
alias ls="gnuls --color =always"-----
OpenBSD users:
----
alias ls="gls --color=always"----