From 138fcb2f5409485f04322304eb32752fcd6b9986 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 25 Nov 2008 01:59:32 -0600 Subject: [PATCH] make the zshrc play nice with really old zsh (at least 4.0.2 tested) --- zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zshrc b/zshrc index 794063c..7a92cf5 100644 --- a/zshrc +++ b/zshrc @@ -3,17 +3,17 @@ # Trivial modifications: David Majnemer # vim:set nowrap: -autoload -Uz compinit; compinit -d "${HOME}/.zsh/.zcompdump" +autoload -U compinit; compinit -d "${HOME}/.zsh/.zcompdump" -autoload -Uz age -autoload -Uz zmv +autoload -U age +autoload -U zmv if [[ ${ZSH_VERSION//.} -gt 420 ]] ; then - autoload -Uz url-quote-magic + autoload -U url-quote-magic zle -N self-insert url-quote-magic fi -autoload -Uz edit-command-line +autoload -U edit-command-line zle -N edit-command-line # disable core dumps