Thursday, August 20, 2009

ls in colour

I have become used to ls generating coloured file listings.

Add the following to your .profile file to enjoy coloured file listings whenever using ls:

export LSCOLORS=exfxbxdxcxegedabagacad
export CLICOLOR=1
alias "ls"="ls -GF"

Links:

No comments:

Post a Comment