Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

why files do not follow LS_COLORS?



Hi,

I am using zsh and i trying to set "ls" colors like this. Files are
colored, but they do not follow the colors i set.  Curiously enough,
during file completion they do.
Any idea?

I am using OS X Lion

Thanks in advance

--L

export LS_COLORS='no=00:fi=00:di=05;33:ln=01;36:pi=40;33:
so=01;35:do=01;35:bd=40;33;01:cd=40;33;01r=40;31 ;01:ex=01;32.tar

if ls --color &>/dev/null; then
LS_OPTIONS="--color" # gnu (linux)
else
LS_OPTIONS="-G" # mac
fi
export LS_OPTIONS

# ls aliases
alias ls='ls $LS_OPTIONS -F'



Messages sorted by: Reverse Date, Date, Thread, Author