#!/usr/bin/env zsh # Eryn Wells function init-zsh-helpers { alias local-array="local -a" alias local-map="local -A" } init-zsh-helpers "$@"