zimfw/src/stage2
Eric Nielsen cec82ea0e5
Add zimfw init action for a quick build
Having to manually do `zimfw build` every time after you edit your
.zimrc file is boring. So by having the following in .zshrc before
sourcing init.zsh will do a quick build automatically when needed:

    if [[ ~/.zim/init.zsh -ot ~/.zimrc ]]; then
      source ~/.zim/zimfw.zsh init -q
    fi
2020-01-02 12:58:02 -05:00
..
30_zimfw_build.zsh.erb Add zimfw init action for a quick build 2020-01-02 12:58:02 -05:00
30_zmodule.zsh.erb Add zimfw init action for a quick build 2020-01-02 12:58:02 -05:00
31_zimfw_source_zimrc.zsh.erb Source .zimrc twice when installing/updating 2020-01-02 12:58:01 -05:00
49_zimfw_clean_modules.zsh.erb Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00
50_zimfw_clean_compiled.zsh.erb Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00
50_zimfw_clean_dumpfile.zsh.erb Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00
50_zimfw_info.zsh.erb Compile also after upgrade, add ZIM_HOME to info 2020-01-02 12:58:02 -05:00
50_zimfw_upgrade.zsh.erb Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00
80_zimfw.zsh.erb Add zimfw init action for a quick build 2020-01-02 12:58:02 -05:00