X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ec3bedb921f4b2aebd70a007afc3efdfb6bfbc0d..5d53f9cfbe3a3a27fc16f5d0b8e59154da1ba507:/.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