we do not need -U for zsh

This commit is contained in:
David Alexander Majnemer 2009-03-07 18:05:12 -06:00
parent 47e3200daa
commit 7bb4421bac

6
zshrc
View file

@ -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