From d8570c87c921c82cdbfe6c7d3708b7ef70e23168 Mon Sep 17 00:00:00 2001 From: Andrew Naoum Date: Mon, 10 Sep 2012 21:48:10 +1000 Subject: [PATCH] Added the LS_COLORS variable. --- modules/utility/init.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index c7c7084c..bca95250 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -77,6 +77,7 @@ else # BSD Core Utilities if zstyle -t ':prezto:module:utility:ls' color; then export LSCOLORS="exfxcxdxbxegedabagacad" + export LS_COLORS="di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:" alias ls="ls -G" else alias ls='ls -F'