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

Re: few questions



On Nov 21,  5:08pm, Zefram wrote:
} Subject: Re: few questions
}
} Vincent Lefevre wrote:
} >Well, this is a bit annoying as a function can't be avoided with "\".
} 
} alias ls=fiddled_ls
} function fiddled_ls { ...; }

Except that you should do that in the opposite order if you're planning
to make reference to `ls' in the body of `fiddled_ls'.  See question 2.3
in the zsh FAQ.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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