From 7bb4421bac54cf5fa7455a4af7f91688033e1240 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Sat, 7 Mar 2009 18:05:12 -0600 Subject: [PATCH] we do not need -U for zsh --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index b6cb29c..a1247e2 100644 --- a/zshrc +++ b/zshrc @@ -3,10 +3,10 @@ # Trivial modifications: David Majnemer # vim:set nowrap: -autoload -U compinit; compinit -d "${HOME}/.zsh/.zcompdump" +autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump" -autoload -U age -autoload -U zmv +autoload age +autoload zmv if [ ${ZSH_VERSION//.} -gt 420 ] ; then autoload -U url-quote-magic