Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion and dircolors problem
- X-seq: zsh-users 13502
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Completion and dircolors problem
- Date: Sat, 29 Nov 2008 17:45:52 -0800
- In-reply-to: <ggsq3v$3ie$1@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <ggrrv4$6ol$1@xxxxxxxxxxxxx> <20081130004457.237f7944@pws-pc> <ggsq3v$3ie$1@xxxxxxxxxxxxx>
On Nov 30, 2:25am, Thorsten Kampe wrote:
}
} Ah, right, I forgot. I have...
}
} zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
}
} ...in there and that is directly coming from the user guide[1].
The value of LS_COLORS usually comes from some startup scripts that
are in /etc/profile.d or another place loaded from /etc/profile.
Is it possible that your system is configured to source /etc/profile
even for zsh? Perhaps some bash-ism in the script that assigns to
LS_COLORS is running afoul of syntax differences?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author