From 4ac56c010282d82dddea171453408f746d6bdafc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 15 Apr 2009 09:28:59 +0200 Subject: ls-colors: Added a little description to $LS_COLORS --- etc/ls-colors | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/etc/ls-colors b/etc/ls-colors index aa17f5d..2be023a 100644 --- a/etc/ls-colors +++ b/etc/ls-colors @@ -1,5 +1,13 @@ ## vim:ft=zsh -LS_COLORS="no=00:fi=00:di=01;37:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32" + +# default:file :dirctory: link : pipe : socket +LS_COLORS="no=00:fi=00:di=01;37:ln=01;36:pi=40;33:so=01;35" + +# door : block dev : char dev :broken link: setuid +LS_COLORS+=":do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41" + +# setgid : +t,o+w : o+w : sticky : executable +LS_COLORS+=":sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32" LS_COLORS+=:${(j/:/):-"*."${^mime_archive}"=04;31"} LS_COLORS+=:${(j/:/):-"*."${^mime_audio}"=04;36"} -- cgit v1.2.3