X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ec3bedb921f4b2aebd70a007afc3efdfb6bfbc0d..e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/zshrc/00_autoload diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index 7d5de0f..e6b4591 100644 --- a/.zsh/zshrc/00_autoload +++ b/.zsh/zshrc/00_autoload @@ -2,7 +2,7 @@ # # Autoload available functions # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # # Source repository: http://git.madduck.net/v/etc/zsh.git @@ -21,6 +21,10 @@ autoload -U zmv autoload -U colors ; colors # use shell builtins for standard file operations -zmodload zsh/files +# disabled due to #479764 +#zmodload zsh/files + +# allow zwc file recompiling +autoload -U zrecompile # vim:ft=zsh