1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/precompile/init.zsh

20 lines
571 B

#
# p-as-prezto-recompile-as-zreompile module to re-compile
# functions/scripts on the fly to loading and execution
#
# $Header: precompile/init.zsh Exp $
# $Aythor: (c) 2014 -tclover <tokiclover@gmail.com> Exp $
# $License: MIT (or 2-clause/new/simplified BSD) Exp $
# $Version: 0.1 2014/09/24 21:09:26 Exp $
#
zstyle -a ':prezto:module:precompile' options 'args'
(( $+functions[precompile] )) || autoload -Uz precompile && precompile $args[@]
unset args
#
# vim:fenc=utf-8:ft=zsh:ci:pi:sts=2:sw=2:ts=2:
#