X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F00_autoload;h=92b7c07e80fc0aeed82dcba589ea573aaeb789c9;hb=0837f5af78b276ac2d7a486f79f5f18334842107;hp=7d5de0f90adfcda5282cfb3242723b1acd092b6c;hpb=ec3bedb921f4b2aebd70a007afc3efdfb6bfbc0d;p=zsh.git diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index 7d5de0f..92b7c07 100644 --- a/.zsh/zshrc/00_autoload +++ b/.zsh/zshrc/00_autoload @@ -5,7 +5,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # # autoload all executable files in $fpath @@ -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