zsh-users
 help / color / mirror / code / Atom feed
* why files do not follow LS_COLORS?
@ 2012-03-16 11:39 Leonardo Barbosa
  2012-03-16 18:07 ` Benjamin R. Haskell
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Leonardo Barbosa @ 2012-03-16 11:39 UTC (permalink / raw)
  To: zsh-users

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'


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-17 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-16 11:39 why files do not follow LS_COLORS? Leonardo Barbosa
2012-03-16 18:07 ` Benjamin R. Haskell
2012-03-16 21:20 ` Alex Satrapa
2012-03-17 21:31 ` S. Cowles
2012-03-17 23:25   ` TJ Luoma

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).