Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created January 13, 2013 03:13
Show Gist options
  • Save n0ts/4522047 to your computer and use it in GitHub Desktop.
Save n0ts/4522047 to your computer and use it in GitHub Desktop.
zcompile
# zcompile
[ ! -f $HOME/.zshrc.zwc ] && zcompile $HOME/.zshrc
[ ! -f $HOME/.zshrc.local.zwc ] && zcompile $HOME/.zshrc.local
[ $HOME/.zshrc -nt $HOME/.zshrc.zwc ] && zcompile $HOME/.zshrc
[ $HOME/.zshrc.local -nt $HOME/.zshrc.local.zwc ] && zcompile $HOME/.zshrc.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment