#!/usr/bin/env zsh # Eryn Wells for func in ${(P)${1}}; do if autoload -Uz $func &>-; then $func fi done