X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/dd0ae6042dcd690fa561f6e5a610b60ab10f85d5..e7aef48f33e934106d1a50201d9f098f9886d7ec:/.zsh/zshrc/00_autoload diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index a364130..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,7 +21,8 @@ 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