e221cd857ce5

Add zmv.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 30 Jan 2010 19:06:04 -0500
parents 060a976d718c
children f21315844a40
branches/tags (none)
files .zshrc

Changes

--- a/.zshrc	Sat Jan 30 13:27:36 2010 -0500
+++ b/.zshrc	Sat Jan 30 19:06:04 2010 -0500
@@ -47,6 +47,8 @@
 
 # Useful functions -----------------------------------------------------------
 
+autoload -U zmv
+
 function wo() {
     [ -f './.venv' ] && workon `cat ./.venv`
 }