feat(zsh): enable zmv

This commit is contained in:
George Rawlinson 2023-02-07 20:56:27 +13:00
parent 33c5d1cac5
commit da6da3765b
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 3 additions and 0 deletions

View File

@ -74,4 +74,7 @@ fi
# finally, export $PATH # finally, export $PATH
export PATH export PATH
# ❤️ zmv
autoload -Uz zmv
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2 # vim: ft=zsh expandtab tabstop=2 shiftwidth=2