]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Autoload zmv.
authorSimon Ruderich <simon@ruderich.org>
Mon, 1 Feb 2010 11:59:09 +0000 (12:59 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 1 Feb 2010 11:59:09 +0000 (12:59 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 4795ab0798c77c78266b0418d72cbe5270fab220..34dc4ed83b8fe63b836143715974ddb051fc64e0 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -76,6 +76,8 @@ fi
 # Autoload add-zsh-hook to add/remove zsh hook functions easily.
 autoload -Uz add-zsh-hook
 
+# Load zmv (zsh move) which is powerful to rename files.
+autoload zmv
 
 # HISTORY SETTINGS