X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ec3bedb921f4b2aebd70a007afc3efdfb6bfbc0d..1ee144035d825dd3d87a0a489e324bf28d303e96:/.zsh/zshrc/00_autoload?ds=sidebyside 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