X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ec3bedb921f4b2aebd70a007afc3efdfb6bfbc0d..71a3a8fffb9b2544b5ec901045ed49b969f65dde:/.zsh/zshrc/00_autoload diff --git a/.zsh/zshrc/00_autoload b/.zsh/zshrc/00_autoload index 7d5de0f..a364130 100644 --- a/.zsh/zshrc/00_autoload +++ b/.zsh/zshrc/00_autoload @@ -23,4 +23,7 @@ autoload -U colors ; colors # use shell builtins for standard file operations zmodload zsh/files +# allow zwc file recompiling +autoload -U zrecompile + # vim:ft=zsh