# For zsh. Add to your .zshrc
function command_not_found_handler() {
  ~/bin/shell_method_missing $*
}
