Fixes robbyrussell/oh-my-zsh#4018 - parse error near 'then' after update

This commit is contained in:
Kevin Lee 2015-06-15 19:15:46 +10:00
commit 3dddb2528b

View file

@ -1,6 +1,6 @@
## Load smart urls if available
for d in $fpath; do
if [[ -e "$d/url-quote-magic"]]; then
if [[ -e "$d/url-quote-magic" ]]; then
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
fi