Colors in ls
Updated: 07/15/2005
General Information
Ever wanted an easy way to distinguish directories and executables from everything else while you're ssh'ed in to your FreeBSD box? You may have seen colors using ls on some Linux distros such as SlackWare but now you can have it on your FreeBSD machine.Requirements
Installation
Note: This only works if your shell is bash.
Logon to the machine as root or su to root.|
# # # # # |
cd /usr/ports/misc/gnuls make install make clean cd /etc nano profile |
|
alias ls="gnuls --color=always" |
Author: Kyle Symonds
ksymonds at gmail dot com