Commit 422db48e authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3986 from evilhamsterman/master

Only load url-quote-magic if it is available.
parents 3d2bf227 2fb32651
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## Load smart urls if available
for d in $fpath; do
if [[ -e "$d/url-quote-magic"]]; then
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
fi
done
## jobs
setopt long_list_jobs
......
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