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

Re: Hi ! :O)



On Mar 5,  7:31am, Meino Christian Cramer wrote:
}
}  ...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

Start over.

Get rid of the "zmodload zsh/zmv zmv"  from your .zshrc and start a brand
new shell.  Having that command in your .zshrc will break everything else
you try with zmv later.

INSTEAD of the "zmodload", place "autoload zmv" in your .zshrc.



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