#!/bin/zsh - # Only need to run this file if you change a .zshrc* file, and want # to rebuild .zshrc to start up more quickly. # run m4, and strip comment lines and empty lines m4 .zshrc.m4 | awk '/^#/ { next } /^[ \t]*$/ { next } {print} ' > .zshrc