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

Re: history-search + a few new user question



* 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