I've found it!

There was an _mv function in my .zshrc, which was not used:

function _mv
{
...
}
#alias mv='_mv'


all works fine after commenting out the function itself.


--
sergio.

Reply via email to