diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-15 09:28:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-15 09:28:59 +0200 |
commit | 4ac56c010282d82dddea171453408f746d6bdafc (patch) | |
tree | 1a77297320343db0857966e2a2f9ec5c8a80ebc0 | |
parent | c7350a7364061ed891e29732e12e367ca3491e03 (diff) |
ls-colors: Added a little description to $LS_COLORS
-rw-r--r-- | etc/ls-colors | 10 |
1 files changed, 9 insertions, 1 deletions
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"} |