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

Re: Hi ! :O)



* Meino Christian Cramer <Meino.Cramer@xxxxxx> typed:
> From: Peter Stephenson <pws@xxxxxxx>
> Subject: Re: Hi ! :O) 
> Date: Fri, 04 Mar 2005 10:25:55 +0000
> 
>  Thank you for your reply. :O)
> 
>  ...with my newbie-like understanding of zsh I could give
>  
> 		zmv
> 
>  on the commandline then, but I get
> 
> 	   zsh: failed to load module: zsh/zmv
>        zmv: autoload failed
> 
>  ...
> 
>  I feel totally wrong in this case, but....WHAT is wrong ?

zmv is a function; *not* a module! Just add "autoload zmv" (without the
quotes) in your ~/.zshrc. Take a quick look into the zsh-guide ;)
http://zsh.sunsite.dk/Guide/zshguide03.html#l49



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