From: martin f. krafft Date: Tue, 6 May 2008 14:48:52 +0000 (+0100) Subject: disable zsh/files for #479764 X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/ce0a0c5d7508416fb022de084ba66732cfeb1ced disable zsh/files for #479764 --- diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index a364130..3c7b95a 100644 --- a/.zsh/zshrc/00_autoload +++ b/.zsh/zshrc/00_autoload @@ -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