From 5d45ee135feafccaf2c19618ad9833a06c30d17f Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 17 Dec 2012 20:22:08 +0000 Subject: [PATCH] Add LS_COLORS. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 09dea04..5682b13 100644 --- a/zshrc +++ b/zshrc @@ -12,6 +12,7 @@ LS="ls" LS_COLOUR="auto" LS_ON_CD="yes" LS_ON_INIT="no" +LS_COLORS='di=34:ow=44;37:tw=44;37:st=44;37:ex=31:su=7;31:sg=7;31:ln=33:or=7;33:pi=32:do=32:bd=35:cd=35:so=32:*.bz2=36:*.dmg=36:*.gz=36:*.rar=36:*.xz=36:*.zip=36:*.orig=90:*~=90' FEMALE="no" # Whether the user is female ;) LISTMAX=32768 WORDCHARS="*?[];!#~" @@ -193,3 +194,4 @@ alias -s app=open unset AUDIO_PLAYER VIDEO_PLAYER unset ARCHIVE_FORMATS AUDIO_PLAYER_FORMATS VIDEO_PLAYER_FORMATS unset FGREP GREP GREP_COLOUR LS LS_COLOUR LS_ON_CD LS_ON_INIT +export LS_COLORS