Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Hi ! :O)
- X-seq: zsh-users 8558
- From: Christian Schneider <strcat@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Hi ! :O)
- Date: Sat, 5 Mar 2005 07:39:08 +0100
- In-reply-to: <20050305.073121.74749623.Meino.Cramer@xxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Born to frag.
- References: <20050305.073121.74749623.Meino.Cramer@xxxxxx>
* 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