5 # For checking of message status.
6 is4
&& zmodload
-i ${ZSHMODPREFIX}stat
8 # For checking job return status.
9 is4
&& zmodload
-i ${ZSHMODPREFIX}parameter
11 # Gives strftime and $EPOCHSECONDS
12 is4
&& zmodload
-i ${ZSHMODPREFIX}datetime
15 # Funky run-help hooks
16 zrcautoload run-help-git
17 zrcautoload run-help-svn
19 # escape URLs automagically
20 zrcautoload
-U url-quote-magic
21 zle
-N self-insert url-quote-magic
23 ## Allow known mime types to be used as 'command'
25 zrcautoload
-U zsh-mime-setup