mmv: noglob zmv alias so this is possible ... mmv *.JPG *.jpg
This commit is contained in:
parent
192facf14c
commit
c77677306e
1 changed files with 3 additions and 2 deletions
|
@ -37,5 +37,6 @@ r() {
|
|||
|
||||
# activates zmv
|
||||
autoload zmv
|
||||
|
||||
|
||||
# noglob so you don't need to quote the arguments of zmv
|
||||
# mmv *.JPG *.jpg
|
||||
alias mmv='noglob zmv -W'
|
||||
|
|
Loading…
Reference in a new issue