Added a needed space to prevent the error .../robbyrussell/oh-my-zsh-master/lib/misc.zsh:3: parse error near `then

This commit is contained in:
Bryan Konowitz 2015-06-14 22:33:49 -07:00
commit 0cdb0ffc7d

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