[Pkg-zsh-devel] Bug#895449: Bug#895449: zsh: mv completion fails with "missing file operand"
sergio
sergio+it at outerface.net
Wed Apr 11 16:53:54 UTC 2018
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.
More information about the Pkg-zsh-devel
mailing list