automatically remove duplicates from these arrays

This commit is contained in:
Aziz Light 2010-11-07 05:14:23 +08:00 committed by Sven Lito
commit 23e5e83280

View file

@ -14,6 +14,9 @@ for config_file ($ZSH/custom/*.zsh) source $config_file
plugin=${plugin:=()} plugin=${plugin:=()}
for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
# automatically remove duplicates from these arrays
typeset -U path cdpath fpath manpath
# Check for updates on initial load... # Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ] if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then then