Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history-search + a few new user question
- X-seq: zsh-users 9756
- From: Julius Plenz <jp@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: history-search + a few new user question
- Date: Sun, 4 Dec 2005 18:49:43 +0100
- In-reply-to: <20051204162658.GA17541@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20051204162658.GA17541@xxxxxxxxxxxxxxxxxxx>
* karpi <karpi.lists@xxxxxxxx> [2005-12-04 17:28]:
> 2) some way to set "ignorerece" so
> cd downloads
> interprets as too
> cd DownLoads
Not exactly, but you can define a hash for that:
hash -d downloads=~/DownLoads
cd downloads -> ~/DownLoads
> 3) Some way to colorize wrong symliks differently from good pointed
> symlinks (for example cyan-good/red-bad like gentoo default bash
> setting)?
That is done through the LS_COLORS variable, AFAIK.
Julius
Messages sorted by:
Reverse Date,
Date,
Thread,
Author