zimfw/src
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
..
stage1 Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00
stage2 Add zimfw init action for a quick build 2020-01-02 12:58:02 -05:00
tools Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00
zimfw.zsh.erb Generate static init.zsh script \o/ 2020-01-02 12:58:01 -05:00