summaryrefslogtreecommitdiff
path: root/etc/ls-colors
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ls-colors')
-rw-r--r--etc/ls-colors18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/ls-colors b/etc/ls-colors
deleted file mode 100644
index 2be023a..0000000
--- a/etc/ls-colors
+++ /dev/null
@@ -1,18 +0,0 @@
-## vim:ft=zsh
-
-# 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"}
-LS_COLORS+=:${(j/:/):-"*."${^mime_document}"=04"}
-LS_COLORS+=:${(j/:/):-"*."${^mime_image}"=04;33"}
-LS_COLORS+=:${(j/:/):-"*."${^mime_video}"=04;32"}
-
-export LS_COLORS