Commit f66a54fb authored by Ali Afshar's avatar Ali Afshar
Browse files

Add missing space causing parse error.

parent 89219023
## Load smart urls if available ## Load smart urls if available
for d in $fpath; do for d in $fpath; do
if [[ -e "$d/url-quote-magic"]]; then if [[ -e "$d/url-quote-magic" ]]; then
autoload -U url-quote-magic autoload -U url-quote-magic
zle -N self-insert url-quote-magic zle -N self-insert url-quote-magic
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment