Package: zsh
Version: 5.5-1
Severity: important

% mv <TAB> mv: missing file operand
Try 'mv --help' for more information.

% alias mv
mv='mv --interactive'

% which mv
mv: aliased to mv --interactive

% ls =mv
/bin/mv*

% /bin/mv <TAB> mv: missing file operand
Try 'mv --help' for more information.

Reply via email to